Paste P211

Masterwork From Distant Lands
ActivePublic

Authored by dkazakov on May 11 2018, 12:35 PM.
diff --git a/libs/ui/flake/kis_shape_layer.cc b/libs/ui/flake/kis_shape_layer.cc
index c2d6980..c9b1900 100644
--- a/libs/ui/flake/kis_shape_layer.cc
+++ b/libs/ui/flake/kis_shape_layer.cc
@@ -490,6 +490,13 @@ bool KisShapeLayer::saveShapesToStore(KoStore *store, QList<KoShape *> shapes, c
KoStoreDevice storeDev(store);
storeDev.open(QIODevice::WriteOnly);
+ ENTER_FUNCTION() << "==============================";
+
+ Q_FOREACH (KoShape *shape, shapes) {
+ ENTER_FUNCTION() << ppVar(shape) << ppVar(shape->shapeId()) << ppVar(shape->parent());
+ }
+
+
std::sort(shapes.begin(), shapes.end(), KoShape::compareShapeZIndex);
SvgWriter writer(shapes);
dkazakov edited the content of this paste. (Show Details)May 11 2018, 12:35 PM
dkazakov changed the title of this paste from untitled to Masterwork From Distant Lands.
dkazakov updated the paste's language from autodetect to autodetect.