Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
17860384 by Fatih Uzunoglu at 2025-01-25T07:48:44+00:00
qml: fix search box not closing properly if close animation was interrupted

- - - - -


1 changed file:

- modules/gui/qt/widgets/qml/SearchBox.qml


Changes:

=====================================
modules/gui/qt/widgets/qml/SearchBox.qml
=====================================
@@ -78,6 +78,7 @@ FocusScope {
                 PropertyChanges {
                     target: textField
                     text: ""
+                    width: 0.0
                 }
 
                 PropertyChanges {



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/17860384677563613f058f504db5c5d545231639

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/17860384677563613f058f504db5c5d545231639
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to