summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-09 18:55:23 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-09 18:55:23 +0000
commitc3115995762ecfed8ebed035cf682c525a32dd0c (patch)
treec959648001273acf4f0e70bcca8ffdbe36fc438f /src/ui
parentMassive performance improvment for basic node operations with thousands of nodes (diff)
parentFix related to bug #1327267 -- don't bother to update gradient toolbar when n... (diff)
downloadinkscape-c3115995762ecfed8ebed035cf682c525a32dd0c.tar.gz
inkscape-c3115995762ecfed8ebed035cf682c525a32dd0c.zip
Update to trunk r13504
(bzr r13341.1.125)
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"));