Paste P193

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on Apr 10 2018, 10:55 AM.
diff --git a/libs/image/kis_layer_utils.cpp b/libs/image/kis_layer_utils.cpp
index 4ae1b4c..6892859 100644
--- a/libs/image/kis_layer_utils.cpp
+++ b/libs/image/kis_layer_utils.cpp
@@ -765,7 +765,7 @@ namespace KisLayerUtils {
}
}
- KritaUtils::filterContainer<KisNodeList>(safeNodesToDelete, [this](KisNodeSP node) {
+ KritaUtils::filterContainer<KisNodeList>(safeNodesToDelete, [](KisNodeSP node) {
return !node->userLocked();
});
safeRemoveMultipleNodes(safeNodesToDelete, m_info->image);
dkazakov edited the content of this paste. (Show Details)Apr 10 2018, 10:55 AM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.