Summary: | Comics manager docker's visibility isn't affected by the Show Dockers toggle. | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | BroskiBaboski <wonkyskotny3> |
Component: | Dockers | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | deanyockey, halla, penguinflyer2222 |
Priority: | NOR | Keywords: | regression |
Version: | 5.2.1 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/-/commit/984b8c5e6545765c8f7f9c139419207781a38e3b | Version Fixed In: | |
Sentry Crash Report: |
Description
BroskiBaboski
2023-11-07 16:51:15 UTC
That goes for all dockers that have the special attribute "show on welcome screen". Working around this is rather complicated, so we kinda decided to just keep it this way. The only other docker right now with that attribute is the log docker. Well, this is a problem for me because I am dependant on that. I use my dockers on floating and spawn/despawn them at necessity through the shortcut, plus I work on comics so I require that docker. I'm currently using 5.1.5 and the issue doesn't exist there Yes, I know. 5.1.5 didn't have the new docker-hiding welcome screen. But fixing this regression is not the highest priority. A possibly relevant merge request was started @ https://invent.kde.org/graphics/krita/-/merge_requests/2012 Git commit 35649e6d9c2ee95cfc62c629b0f7c4d7b9df68cb by Freya Lupen. Committed on 07/12/2023 at 18:01. Pushed by freyalupen into branch 'master'. Fix docker ShowOnWelcomePage flag Ignore it if we aren't on the welcome page, so we can still hide those dockers normally. M +3 -3 libs/ui/KisMainWindow.cpp M +1 -1 libs/ui/KisMainWindow.h https://invent.kde.org/graphics/krita/-/commit/35649e6d9c2ee95cfc62c629b0f7c4d7b9df68cb Git commit 984b8c5e6545765c8f7f9c139419207781a38e3b by Freya Lupen. Committed on 07/12/2023 at 18:05. Pushed by freyalupen into branch 'krita/5.2'. Fix docker ShowOnWelcomePage flag Ignore it if we aren't on the welcome page, so we can still hide those dockers normally. (cherry picked from commit 35649e6d9c2ee95cfc62c629b0f7c4d7b9df68cb) M +3 -3 libs/ui/KisMainWindow.cpp M +1 -1 libs/ui/KisMainWindow.h https://invent.kde.org/graphics/krita/-/commit/984b8c5e6545765c8f7f9c139419207781a38e3b Don't know why this bug is marked as "RESOLVED FIXED" when I'm still having this exact same issue in 5.2.2 The fix isn't in 5.2.2, but in 5.2.3 (the current latest version). Try updating. *** Bug 491757 has been marked as a duplicate of this bug. *** (In reply to Freya Lupen from comment #9) > *** Bug 491757 has been marked as a duplicate of this bug. *** Thanks. Sorry for the trouble. |