Save the GUI settings in one-at-a-time mode, too
commitd7d4695537e4daaaef2b6d82ad81b10127235dc6
authorJan Kundrát <jkt@kde.org>
Thu, 14 Apr 2016 13:30:16 +0000 (14 15:30 +0200)
committerJan Kundrát <jkt@kde.org>
Thu, 14 Apr 2016 13:30:16 +0000 (14 15:30 +0200)
treed3f7c7c315b7dee09dd5d045fe6a8897e2cd8f60
parentfb259d5d16ade47abf2344a007275abf61e23c00
Save the GUI settings in one-at-a-time mode, too

I guess that this comment was originally meant to explain that it
doesn't make sense to store the splitter's positions when the
one-at-a-time mode is active. However, there are other settings which
absolutely do make sense to be stored. Also, storing the splitters'
stuff does not cause any troubles, which is the reason why this patch is
so straightforward.

Thanks to CcxCZ on IRC for reporting this.

Change-Id: I9e9b36c2910ea3d61fb9f8ef88b9ffce34615ecc
src/Common/SettingsNames.cpp
src/Common/SettingsNames.h
src/Gui/Window.cpp