diff options
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 113d09d66..023843fcc 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -281,6 +281,10 @@ gboolean Inkscape::DocumentUndo::undo(SPDocument *doc) if (ret) INKSCAPE.external_change(); + SPObject *updated = doc->getRoot(); + if (updated) { + updated->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); + } return ret; } |
