[vlc-commits] qml: stop flicker on toolButton hover

Abel Tesfaye git at videolan.org
Wed Aug 21 15:08:54 CEST 2019


vlc | branch: master | Abel Tesfaye <Abeltesfaye45 at gmail.com> | 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 <jb at videolan.org>

> 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 {
                 }
             }
         }
-
+        }
         }
     }
 



More information about the vlc-commits mailing list