https://bugs.kde.org/show_bug.cgi?id=396224
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kri | |ta/5b02447d06788d289f79581f | |f8cec4679804ab01 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #5 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 5b02447d06788d289f79581ff8cec4679804ab01 by Dmitry Kazakov. Committed on 23/07/2018 at 12:54. Pushed by dkazakov into branch 'kazakov/realtime-selections'. Fix saving layers with layer styles We should deep copy the layer style projections when cloning the image. Otherwise shape layers and other delayed update nodes might cause rerender of the layers stack and lacking layers styles will become visible in the saved image. M +15 -6 libs/image/kis_layer.cc M +7 -0 libs/image/layerstyles/kis_layer_style_filter.cpp M +5 -0 libs/image/layerstyles/kis_layer_style_filter.h M +24 -4 libs/image/layerstyles/kis_layer_style_filter_projection_plane.cpp M +4 -0 libs/image/layerstyles/kis_layer_style_filter_projection_plane.h M +30 -6 libs/image/layerstyles/kis_layer_style_projection_plane.cpp M +5 -0 libs/image/layerstyles/kis_layer_style_projection_plane.h M +10 -0 libs/image/layerstyles/kis_ls_bevel_emboss_filter.cpp M +5 -0 libs/image/layerstyles/kis_ls_bevel_emboss_filter.h M +10 -0 libs/image/layerstyles/kis_ls_drop_shadow_filter.cpp M +3 -0 libs/image/layerstyles/kis_ls_drop_shadow_filter.h M +9 -0 libs/image/layerstyles/kis_ls_overlay_filter.cpp M +4 -0 libs/image/layerstyles/kis_ls_overlay_filter.h M +10 -0 libs/image/layerstyles/kis_ls_satin_filter.cpp M +5 -0 libs/image/layerstyles/kis_ls_satin_filter.h M +10 -0 libs/image/layerstyles/kis_ls_stroke_filter.cpp M +4 -0 libs/image/layerstyles/kis_ls_stroke_filter.h M +17 -0 libs/image/layerstyles/kis_multiple_projection.cpp M +1 -0 libs/image/layerstyles/kis_multiple_projection.h https://commits.kde.org/krita/5b02447d06788d289f79581ff8cec4679804ab01 -- You are receiving this mail because: You are watching all bug changes.