https://bugs.kde.org/show_bug.cgi?id=392235
Boudewijn Rempt <b...@valdyas.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/kri |https://commits.kde.org/kri |ta/52c0f20f60afe97568609bb1 |ta/b5e64be625958ca359dbc0f9 |61170bae98757aa2 |935a91fff6f090b0 --- Comment #4 from Boudewijn Rempt <b...@valdyas.org> --- Git commit b5e64be625958ca359dbc0f9935a91fff6f090b0 by Boudewijn Rempt. Committed on 03/04/2018 at 11:18. Pushed by rempt into branch 'krita/4.0'. On switching a workspace unlock all dockers The workspace selector widget tried to restore the lock status after changing a workspace for all visible dockers, the workspace menu didn't do that. In any case, it is far too easy to lock invisible dockers, and that confuses far too many people and takes far too much of our time to explain. Tt is better to define that changing a workspace will reset the lockedness of all dockers. The lock property of a docker is not part of the workspace. CCMAIL:kimages...@kde.org Maybe we should remove the lock and collapse feature for dockers altogether. (cherry picked from commit 52c0f20f60afe97568609bb161170bae98757aa2) M +1 -1 libs/ui/KisApplication.cpp M +12 -7 libs/ui/KisMainWindow.cpp M +3 -3 libs/ui/KisMainWindow.h M +1 -20 libs/ui/widgets/kis_workspace_chooser.cpp https://commits.kde.org/krita/b5e64be625958ca359dbc0f9935a91fff6f090b0 -- You are receiving this mail because: You are watching all bug changes.