https://bugs.kde.org/show_bug.cgi?id=389876
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit|https://invent.kde.org/kde/ |https://invent.kde.org/grap |krita/commit/a3a4a7bfa73b88 |hics/krita/commit/f55b1b56b |8689cc6b6eb19f9083c8b0b18a |ebea07d58d3289e94181560b91d | |64ce --- Comment #21 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f55b1b56bebea07d58d3289e94181560b91d64ce by Dmitry Kazakov. Committed on 12/01/2021 at 08:15. Pushed by dkazakov into branch 'krita/4.3'. Fix modified state of the image after changing layer visibility Now KisDocument has a special field imageModifiedWithoutUndo, which records the fact if modifying the image without undo, e.g. by changing layer visibility. This field ca be reset only by saving the image, not by changing the state if the undo stack. M +1 -0 libs/image/KisImageSignals.h M +6 -3 libs/image/commands/kis_node_property_list_command.cpp M +6 -0 libs/image/kis_image.cc M +15 -0 libs/image/kis_image.h M +4 -0 libs/image/kis_image_signal_router.cpp M +1 -0 libs/image/kis_image_signal_router.h M +17 -2 libs/ui/KisDocument.cpp M +1 -0 libs/ui/KisDocument.h https://invent.kde.org/graphics/krita/commit/f55b1b56bebea07d58d3289e94181560b91d64ce -- You are receiving this mail because: You are watching all bug changes.