https://bugs.kde.org/show_bug.cgi?id=375446
Christoph Roick <chris...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kdev | |elop/kdevelop/commit/fb3f03 | |9696567f9ae0b46fe05c2e61fcb | |feb718b --- Comment #3 from Christoph Roick <chris...@gmx.de> --- Git commit fb3f039696567f9ae0b46fe05c2e61fcbfeb718b by Christoph Roick. Committed on 23/05/2021 at 11:28. Pushed by croick into branch 'master'. Fix disappearing closed working set buttons Fix the current behavior that working set buttons of working sets that are active in another area (i.e. code, review, debug) are not part of the current closed working set collection. New working sets are persistent by default, except for newly created working sets for patch reviews. When switching from the patch review to the code area, keep the current working set open, if it is persistent (so if it is not the dynamically created one). M +6 -5 kdevplatform/shell/debugcontroller.cpp M +4 -4 kdevplatform/shell/tests/test_workingsets.cpp M +2 -1 kdevplatform/shell/workingsetcontroller.cpp M +3 -7 kdevplatform/shell/workingsets/closedworkingsetswidget.cpp M +2 -7 kdevplatform/shell/workingsets/workingset.cpp M +1 -1 kdevplatform/shell/workingsets/workingset.h M +10 -3 kdevplatform/sublime/area.cpp M +5 -2 kdevplatform/sublime/area.h M +11 -5 plugins/patchreview/patchreview.cpp https://invent.kde.org/kdevelop/kdevelop/commit/fb3f039696567f9ae0b46fe05c2e61fcbfeb718b -- You are receiving this mail because: You are watching all bug changes.