summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90f2a14)
raw | patch | inline | side by side (parent: 90f2a14)
author | cilix42 <cilix42@users.sourceforge.net> | |
Wed, 2 Jul 2008 15:17:33 +0000 (15:17 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Wed, 2 Jul 2008 15:17:33 +0000 (15:17 +0000) |
src/object-edit.cpp | patch | blob | history |
diff --git a/src/object-edit.cpp b/src/object-edit.cpp
index 8f9bf378c706353ed5ee15ad77f739b88f977329..9245166ca79de6116c044ef44fd2ac7cb6afd8c7 100644 (file)
--- a/src/object-edit.cpp
+++ b/src/object-edit.cpp
knotholder = new FlowtextKnotHolder(desktop, SP_FLOWTEXT(item)->get_frame(NULL), NULL);
} else if ((SP_OBJECT(item)->style->fill.isPaintserver())
&& SP_IS_PATTERN(SP_STYLE_FILL_SERVER(SP_OBJECT(item)->style))) {
+ knotholder = new KnotHolder(desktop, item, NULL);
knotholder->add_pattern_knotholder();
}