https://bugs.kde.org/show_bug.cgi?id=374386
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/53a17bfb3 | |4c058392f9c9eeb524b97c0de4e | |1296 --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 53a17bfb34c058392f9c9eeb524b97c0de4e1296 by Dmitry Kazakov. Committed on 20/08/2020 at 20:59. Pushed by dkazakov into branch 'krita/4.3'. Fix layers docker not updating blendmode availability on image cs change Blending modes available to the layer depend on the color space of the parent layer (that is the color space where actual blending happens). Therefore we should connect updateUI to the color space change of the parent layer. WARNING: in Krita **all** group layers have the color space of the image, you cannot convert them into any specific color space. That is a wish-bug that can be fixed. M +2 -6 libs/image/kis_group_layer.cc M +4 -1 libs/image/kis_selection_based_layer.cpp M +15 -4 plugins/dockers/layerdocker/LayerBox.cpp M +2 -0 plugins/dockers/layerdocker/LayerBox.h https://invent.kde.org/graphics/krita/commit/53a17bfb34c058392f9c9eeb524b97c0de4e1296 -- You are receiving this mail because: You are watching all bug changes.