diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-09 18:55:23 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-09 18:55:23 +0000 |
| commit | c3115995762ecfed8ebed035cf682c525a32dd0c (patch) | |
| tree | c959648001273acf4f0e70bcca8ffdbe36fc438f /src/ui | |
| parent | Massive performance improvment for basic node operations with thousands of nodes (diff) | |
| parent | Fix related to bug #1327267 -- don't bother to update gradient toolbar when n... (diff) | |
| download | inkscape-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.cpp | 1 |
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")); |
