fix(StatusListItem): This solves the issue of channel list overlpaing when a category is collapsed.

The issue is not reproducible a 100% of time. In order to solve this bug, we have turned on the preventStealing flag for the mousseArea.
Checked for any sideimpacts but didnt find any.
Tried several times and this change seems to solve the bug. Feel free to repoen if you are still able to reproduce this behaviour.

fixes #4047
This commit is contained in:
Khushboo Mehta 2021-11-08 16:21:02 +01:00 committed by Michał Cieślak
parent 876c6e99f8
commit 7fd7c8a947
1 changed files with 1 additions and 0 deletions

View File

@ -106,6 +106,7 @@ Rectangle {
cursorShape: enabled ? Qt.PointingHandCursor : Qt.ArrowCursor
acceptedButtons: Qt.LeftButton | Qt.RightButton
hoverEnabled: true
preventStealing: true
onClicked: {
statusListItem.clicked(statusListItem.itemId)