Is onOrientationLockChanged ever executed? [released]

asked 2014-08-07 15:20:13 +0300

gexc gravatar image

updated 2014-12-19 08:25:04 +0300

Line 161 in /usr/share/jolla-settings/pages/display/display.qml

onOrientationLockChanged: orientationLockCombo.currentIndex = orientationLockIndex(orientationLock)

shows that when orientationLock is changed, the combo box displaying the lock state should update itself to show the current state.

However, we can keep the settings/display page open and launch another instance of settings app (from the terminal) and set the orientationLock, the state in the combo box of the original instance does not update automatically.

Edit: The signal 'orientationLockChanged' was not emitted when it should be, which caused this issue. It has been fixed in update 10.

edit retag flag offensive reopen delete

The question has been closed for the following reason "released in a software update" by gexc
close date 2014-12-19 08:23:03.087070

Comments

coderus ( 2014-09-05 18:12:52 +0300 )edit