Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
7507ac72 by Fatih Uzunoglu at 2024-06-22T06:31:43+00:00
qml: seek bar tool tip should be visible when dragging

- - - - -


1 changed file:

- modules/gui/qt/player/qml/SliderBar.qml


Changes:

=====================================
modules/gui/qt/player/qml/SliderBar.qml
=====================================
@@ -79,7 +79,7 @@ T.ProgressBar {
         //tooltip is a Popup, palette should be passed explicitly
         colorContext.palette: theme.palette
 
-        visible: hoverHandler.hovered || control.visualFocus
+        visible: hoverHandler.hovered || control.visualFocus || 
dragHandler.active
 
         text: {
             let _text



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/7507ac72f4d0740bead5d23735cf682d2f50567f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/7507ac72f4d0740bead5d23735cf682d2f50567f
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to