https://bugs.kde.org/show_bug.cgi?id=389876

Dmitry Kazakov <dimul...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap
                   |hics/krita/commit/f55b1b56b |hics/krita/commit/0c53270b0
                   |ebea07d58d3289e94181560b91d |78ae04c51a1f58b8291031c6a46
                   |64ce                        |305b

--- Comment #22 from Dmitry Kazakov <dimul...@gmail.com> ---
Git commit 0c53270b078ae04c51a1f58b8291031c6a46305b by Dmitry Kazakov.
Committed on 12/01/2021 at 08:19.
Pushed by dkazakov into branch 'master'.

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/0c53270b078ae04c51a1f58b8291031c6a46305b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to