https://bugs.kde.org/show_bug.cgi?id=425412
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/1893c0a79 | |a225d01b0bb364bafe6bb37cd23 | |315c --- Comment #4 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit 1893c0a79a225d01b0bb364bafe6bb37cd23315c by Dmitry Kazakov. Committed on 17/08/2020 at 22:57. Pushed by dkazakov into branch 'krita/4.3'. Fix actions not to modify locked layers 1) When trying to D&D **from** a locked layer Krita will force a "copy" mode 2) When trying to D&D **into** a locked group the operation will be forbidden. If the user still managed to do that, the layer will be put into a new position. 3) Layer->Properties should not be allowed for locked layers or masks. 4) Layer->Convert should not be allowed for locked layers 5) Lower/Raise node should not move nodes in a locked group 6) Lower/Raise node should not try to enter a locked group Related: bug 406697 M +18 -5 libs/ui/kis_layer_manager.cc M +9 -15 libs/ui/kis_mask_manager.cc M +17 -13 libs/ui/kis_node_juggler_compressed.cpp M +84 -29 libs/ui/kis_node_manager.cpp M +8 -1 libs/ui/kis_node_manager.h M +7 -3 libs/ui/kis_node_model.cpp https://invent.kde.org/graphics/krita/commit/1893c0a79a225d01b0bb364bafe6bb37cd23315c -- You are receiving this mail because: You are watching all bug changes.