https://bugs.kde.org/show_bug.cgi?id=406697
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/grap |https://invent.kde.org/grap |hics/krita/commit/1893c0a79 |hics/krita/commit/e885115b2 |a225d01b0bb364bafe6bb37cd23 |1a96c47734a126fd3de43f71e89 |315c |7f95 --- Comment #10 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit e885115b21a96c47734a126fd3de43f71e897f95 by Dmitry Kazakov. Committed on 17/08/2020 at 23:00. Pushed by dkazakov into branch 'master'. 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 425412 # Conflicts: # libs/ui/kis_layer_manager.cc # libs/ui/kis_mask_manager.cc M +19 -4 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/e885115b21a96c47734a126fd3de43f71e897f95 -- You are receiving this mail because: You are watching all bug changes.