summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e8febbe)
raw | patch | inline | side by side (parent: e8febbe)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 12 Aug 2006 15:15:47 +0000 (15:15 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Sat, 12 Aug 2006 15:15:47 +0000 (15:15 +0000) |
src/nodepath.cpp | patch | blob | history |
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index e3681f59adcd94e7a4225407bf8edf8ecf5728aa..3398ac1a1267bfd78eae70754fb2e71195ffa5e6 100644 (file)
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -482,6 +482,10 @@ void sp_nodepath_update_repr(Inkscape::NodePath::Path *np, const gchar *annotati
//fixme: np can be NULL, so check before proceeding
g_return_if_fail(np != NULL);
+ update_repr_internal(np);
+ sp_document_done(sp_desktop_document(np->desktop), SP_VERB_CONTEXT_NODE,
+ annotation);
+
if (np->livarot_path) {
delete np->livarot_path;
np->livarot_path = NULL;
@@ -493,9 +497,6 @@ void sp_nodepath_update_repr(Inkscape::NodePath::Path *np, const gchar *annotati
np->livarot_path->ConvertWithBackData(0.01);
}
- update_repr_internal(np);
- sp_document_done(sp_desktop_document(np->desktop), SP_VERB_CONTEXT_NODE,
- annotation);
}
/**