https://bugs.kde.org/show_bug.cgi?id=376961
Harald Sitter <sit...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/dra | |gon/96c7f9314c4ef181c8a55f3 | |e0aad0cfefb608e18 Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Harald Sitter <sit...@kde.org> --- Git commit 96c7f9314c4ef181c8a55f3e0aad0cfefb608e18 by Harald Sitter, on behalf of Arthur Pichlkostner. Committed on 09/10/2018 at 11:38. Pushed by sitter into branch 'Applications/18.08'. Fix: user settings for gui not saved after program is closed 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. Reviewers: sitter Reviewed By: sitter Differential Revision: https://phabricator.kde.org/D15594 M +6 -4 src/app/mainWindow.cpp https://commits.kde.org/dragon/96c7f9314c4ef181c8a55f3e0aad0cfefb608e18 -- You are receiving this mail because: You are watching all bug changes.