[vlc-commits] qml: fix music subview properties not set properly
Pierre Lamot
git at videolan.org
Tue Nov 19 16:50:21 CET 2019
vlc | branch: master | Pierre Lamot <pierre at videolabs.io> | Fri Nov 15 15:20:56 2019 +0100| [2a8770f7789ca0623858c16692d1ab992a119663] | committer: Jean-Baptiste Kempf
qml: fix music subview properties not set properly
this caused going from the genre view to album filtered by genre to fails
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a8770f7789ca0623858c16692d1ab992a119663
---
modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
index 68a2bd0384..ee09817a25 100644
--- a/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
+++ b/modules/gui/qt/qml/mediacenter/MCMusicDisplay.qml
@@ -38,7 +38,7 @@ Utils.NavigableFocusScope {
property var contentModel
onViewChanged: loadView()
- onViewProperties: loadView()
+ onViewPropertiesChanged: loadView()
Component.onCompleted: loadView()
function loadView() {
More information about the vlc-commits
mailing list