When setting the layer opacity on a layer and selecting another layer shortly after, the opacity change affects the newly selected layer if done fast enough. The speed required is within range for me to encounter it during normal use. STEPS TO REPRODUCE 1. Create 2 layers. 2. Select and change opacity of layer 1. 3. Quickly select layer 2. OBSERVED RESULT Opacity is changed for layer 2. EXPECTED RESULT Opacity is changed for layer 1. SOFTWARE/OS VERSIONS Windows: 10 Krita: 4.4.4-alpha (git af6e519) Qt Version: 5.12.9
Was it a case in Krita 4.4.3? Is it also a case on Krita 5.0?
(In reply to Tiar from comment #1) > Was it a case in Krita 4.4.3? Is it also a case on Krita 5.0? I can't test Krita 5.0 here but it is present in 4.4.3 up to the latest nightly (cc5d52cd01). From memory, it has also been present on any previous version I have used.
Yes, I have been having this issue for a long time as well.
Thanks for your comment! Automatically switching the status of this bug to REPORTED so that the KDE team knows that the bug is ready to get confirmed. In the future you may also do this yourself when providing needed information.
I can confirm this as described for the 4.4.x appimages and the Jun 08 5.0.0-prealpha (git 8944b0f) appimage. I can make it happen if I use a stylus tap to set opacity and then tap another layer, at which I'm fast enough, but not by mouse clicking which is too slow.
Git commit 43fea8a2f1a0eeb4e4c1b7df0b206baa7de6effc by Sharaf Zaman. Committed on 26/07/2021 at 17:44. Pushed by szaman into branch 'master'. Bugfix: Layer opacity doesn't change the selected layer M +2 -1 plugins/dockers/layerdocker/LayerBox.cpp M +1 -0 plugins/dockers/layerdocker/LayerBox.h https://invent.kde.org/graphics/krita/commit/43fea8a2f1a0eeb4e4c1b7df0b206baa7de6effc
It is not fixed. The opacity change is now messed up in very weird way, I don't even know how to describe it;
(In reply to acc4commissions from comment #7) > It is not fixed. The opacity change is now messed up in very weird way, I > don't even know how to describe it; Testing krita-nightly-x64-5.0.0-prealpha-5f13af4f10
Git commit 20ad2e7100ccb85804ee8ce74f8e6629eee28282 by Sharaf Zaman. Committed on 27/07/2021 at 16:56. Pushed by szaman into branch 'master'. Fix Layers Docker's opacity slider M +11 -1 plugins/dockers/layerdocker/LayerBox.cpp M +2 -0 plugins/dockers/layerdocker/LayerBox.h https://invent.kde.org/graphics/krita/commit/20ad2e7100ccb85804ee8ce74f8e6629eee28282
(In reply to acc4commissions from comment #7) > It is not fixed. The opacity change is now messed up in very weird way, I > don't even know how to describe it; Thank you for testing. It was an oversight. The latest change should fix this.