vlc | branch: master | Abel Tesfaye <[email protected]> | Thu Aug 8 20:12:38 2019 +0300| [bcb6be7d79d2752b1a1a17c475f7f85da9ec0101] | committer: Jean-Baptiste Kempf
qml: stop flicker on toolButton hover Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bcb6be7d79d2752b1a1a17c475f7f85da9ec0101 --- 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 { } } } - + } } } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
