summaryrefslogtreecommitdiffstats
path: root/src/document-undo.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:38:03 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-08-06 18:38:03 +0000
commite747c89c1d1579d2dd478bfcdc448efd09438371 (patch)
tree706654eeabb6c28af7dc93463f2ad9b75b564cfc /src/document-undo.cpp
parentFix bug #1241501, improve tooltip text on path parameter (diff)
parentFix for bug #1327267 (excessive calls to sp_style_read_from_prefs) (diff)
downloadinkscape-e747c89c1d1579d2dd478bfcdc448efd09438371.tar.gz
inkscape-e747c89c1d1579d2dd478bfcdc448efd09438371.zip
Update to trunk r13497
(bzr r13341.1.119)
Diffstat (limited to 'src/document-undo.cpp')
-rw-r--r--src/document-undo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp
index 39c8a04a0..53e701648 100644
--- a/src/document-undo.cpp
+++ b/src/document-undo.cpp
@@ -255,6 +255,7 @@ gboolean Inkscape::DocumentUndo::undo(SPDocument *doc)
Inkscape::Event *log=(Inkscape::Event *)doc->priv->undo->data;
doc->priv->undo = g_slist_remove (doc->priv->undo, log);
sp_repr_undo_log (log->event);
+ doc->_updateDocument();
doc->priv->redo = g_slist_prepend (doc->priv->redo, log);
doc->setModifiedSinceSave();