Fix: user settings for gui not saved after program is closed
ClosedPublic

Authored by apichlkostner on Sep 18 2018, 6:49 PM.

Details

Summary

When the player switches to full screen mode the settings for the visibility of menubar, toolbar and statusbar are set to fixed values and the user settings are saved in backup variables.
These backup values are restored when the player is closed. If the player is not in full screen mode, the backup variable have default values and the user settings are overwritten.

Solution: Restore settings only when the window is in fullscreen mode.

BUG: 376961

Diff Detail

Repository
R259 Dragon Player
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apichlkostner requested review of this revision.Sep 18 2018, 6:49 PM
apichlkostner created this revision.
sitter accepted this revision.Oct 9 2018, 11:11 AM
This revision is now accepted and ready to land.Oct 9 2018, 11:11 AM
This revision was automatically updated to reflect the committed changes.