From kde-commits Thu May 31 22:02:33 2018 From: Matthieu Gallien Date: Thu, 31 May 2018 22:02:33 +0000 To: kde-commits Subject: [elisa] src/qml: also emit switchView at start of ViewSelector Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=152780416515254 Git commit 088aea154c9354b99c78d408f6c2aea8ead1e8bf by Matthieu Gallien. Committed on 31/05/2018 at 21:56. Pushed by mgallien into branch 'master'. also emit switchView at start of ViewSelector M +1 -0 src/qml/ViewSelector.qml https://commits.kde.org/elisa/088aea154c9354b99c78d408f6c2aea8ead1e8bf diff --git a/src/qml/ViewSelector.qml b/src/qml/ViewSelector.qml index bda6cd6..328381b 100644 --- a/src/qml/ViewSelector.qml +++ b/src/qml/ViewSelector.qml @@ -160,6 +160,7 @@ FocusScope { pageModel.insert(3, {"name": i18nc("Title of the v= iew of all tracks", "Tracks"), "iconName": elisaTheme.tracksIcon}) = viewModeView.currentIndex =3D 1 + switchView(1) } } =20