SUMMARY 4.2.0 pre-alpha appimage (git d2edbba) and for a few days previously is deactivating the Layers docker (I forget when I first noticed it, I thought it was my own fault initially.) STEPS TO REPRODUCE 1. Backup then delete the ~.config/kitarc file to give a fresh default configuration then run the latest 4.2.0 pre-alpha. It starts with the Default workspace and the Layers docker is showing. 2. Select any workspace (including Default) and the Layers docker is not there because it's been deactivated. 3. Reactivate the Layers docker, place as you wish then select any workspace and it is deactivated again. You can also Quit and delete the kritarc file to bring it back. If the Layers docker is active, it survives a Quit and restart but not use of the Workspace selector. OBSERVED RESULT As above EXPECTED RESULT The Layers Docker should not be deactivated like that. SOFTWARE/OS VERSIONS Windows: MacOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION This does not happen with 4.1.7 and did not happen until a few days ago with 4.2.0 pre-alpha (I forget exactly when). I happen to have the 21st February appimage and that does not have the problem.
Yes, this is due to the layer docker being renamed in the code, and now the workspaces aren't referencing the right dockername. boud was remarking on it a few days ago, but it is always good to have a bugreport for these things.
Git commit ad1f27076d5df97326f9b07eb70bd93e75902d1b by Agata Cacko. Committed on 22/03/2019 at 15:47. Pushed by tymond into branch 'master'. Fix Background Color change after flattening Before this commit if you flatten the image using Layer -> Flatten Image, the resulting image had canvas background color set to transparent black. Now the resulting image has the same canvas color as before the flattening. M +1 -3 libs/image/kis_image.cc https://commits.kde.org/krita/ad1f27076d5df97326f9b07eb70bd93e75902d1b
Looks like I closed a wrong bug :( Sorry!
Fixed now.