summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorAlvin Penner <penner@vaxxine.com>2014-08-07 17:43:16 +0000
committerapenner <penner@vaxxine.com>2014-08-07 17:43:16 +0000
commit5a4eae28b6bd036a3ba87fdf90f8560cc1ca5c41 (patch)
treef6b0103233d1db780a3e9fe705c94f54dba92515 /src/ui
parentConnectors. Fix for Bug #1155046 (Assertion pathlen < 200 failed). (diff)
downloadinkscape-5a4eae28b6bd036a3ba87fdf90f8560cc1ca5c41.tar.gz
inkscape-5a4eae28b6bd036a3ba87fdf90f8560cc1ca5c41.zip
refresh clip path when editing in XML editor (Bug 1349018)
Fixed bugs: - https://launchpad.net/bugs/1349018 (bzr r13502)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/xml-tree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp
index 55d0aff09..c87e42633 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -1033,6 +1033,7 @@ void XmlTree::cmd_set_attr()
updated->updateRepr();
}
+ reinterpret_cast<SPObject *>(current_desktop->currentLayer())->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);
DocumentUndo::done(current_document, SP_VERB_DIALOG_XML_EDITOR,
_("Change attribute"));