https://bugs.kde.org/show_bug.cgi?id=427610
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/util | |ities/konsole/commit/8fa1c4 | |b508b080f958a16d52a1e03bcf9 | |e7e4495 Resolution|--- |FIXED Version Fixed In| |20.12.2 --- Comment #27 from Nate Graham <[email protected]> --- Git commit 8fa1c4b508b080f958a16d52a1e03bcf9e7e4495 by Nate Graham. Committed on 20/01/2021 at 05:15. Pushed by hindenburg into branch 'release/20.12'. Fix "Remember window size" not working when unchecked When this feature is turned off, it deletes some keys from Konsole's config file. However this broke recently for two reasons: 1. The key names changed a few Frameworks releases ago 2. There are new keys that need to be deleted or else position gets restored too This commit fixes that bug by updating the condition to delete all the config keys required to make the off state for this feature work again. FIXED-IN: 20.12.2 M +16 -3 src/MainWindow.cpp https://invent.kde.org/utilities/konsole/commit/8fa1c4b508b080f958a16d52a1e03bcf9e7e4495 -- You are receiving this mail because: You are watching all bug changes.
