[vlc-commits] [Git][videolan/vlc][master] qml: fix search box not closing properly if close animation was interrupted
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jan 25 08:13:32 UTC 2025
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
More information about the vlc-commits
mailing list