[vlc-devel] [PATCH 17/29] qml: stop flicker on toolButton hover
Abel Tesfaye
abeltesfaye45 at gmail.com
Tue Aug 20 12:42:34 CEST 2019
From: Abel Tesfaye <Abeltesfaye45 at gmail.com>
---
modules/gui/qt/qml/utils/ListItem.qml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/modules/gui/qt/qml/utils/ListItem.qml b/modules/gui/qt/qml/utils/ListItem.qml
index 214d2d8045..8c823bc408 100644
--- a/modules/gui/qt/qml/utils/ListItem.qml
+++ b/modules/gui/qt/qml/utils/ListItem.qml
@@ -91,7 +91,6 @@ NavigableFocusScope {
onDoubleClicked: {
root.itemDoubleClicked(mouse.buttons, mouse.modifiers);
}
- }
RectangularGlow {
id: glow
anchors.fill: innerRect
@@ -213,7 +212,7 @@ NavigableFocusScope {
}
}
}
-
+ }
}
}
--
2.21.0
More information about the vlc-devel
mailing list