https://bugs.kde.org/show_bug.cgi?id=438607
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/grap | |hics/krita/-/commit/5e79120 | |5dc9869ef1cc6439b8631e47bce | |8a106e Status|ASSIGNED |RESOLVED --- Comment #9 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 5e791205dc9869ef1cc6439b8631e47bce8a106e by Dmitry Kazakov. Committed on 24/07/2024 at 07:29. Pushed by dkazakov into branch 'master'. Make sure that Fill Tool doesn't merge all the frames When merging the labeled layers, the fill tool used to do the full normal merge with all the animation frames (which were later unused during the fill itself). This patch adds a flag that disables merging of frames. M +2 -1 libs/image/commands_new/KisMergeLabeledLayersCommand.cpp M +1 -3 libs/image/kis_image.cc M +45 -19 libs/image/kis_layer_utils.cpp M +19 -5 libs/image/kis_layer_utils.h https://invent.kde.org/graphics/krita/-/commit/5e791205dc9869ef1cc6439b8631e47bce8a106e -- You are receiving this mail because: You are watching all bug changes.