diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-10-01 01:28:03 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-10-01 01:28:03 +0000 |
| commit | 1c5ca3d7db2292b8491135c9f1dfcbba3b4c5dd4 (patch) | |
| tree | c6f46cfd02f7708e82b3150b53b034608be2d6c6 /src/document-undo.cpp | |
| parent | Remove NRTypePosDef class and associated cruft. More direct CSS -> Pango tran... (diff) | |
| download | inkscape-1c5ca3d7db2292b8491135c9f1dfcbba3b4c5dd4.tar.gz inkscape-1c5ca3d7db2292b8491135c9f1dfcbba3b4c5dd4.zip | |
Revert r13496 (regression -- needs more work)
Fixed bugs:
- https://launchpad.net/bugs/1357805
(bzr r13570)
Diffstat (limited to 'src/document-undo.cpp')
| -rw-r--r-- | src/document-undo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/document-undo.cpp b/src/document-undo.cpp index 53e701648..8d3232738 100644 --- a/src/document-undo.cpp +++ b/src/document-undo.cpp @@ -255,7 +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->_updateDocument(); doc->priv->redo = g_slist_prepend (doc->priv->redo, log); doc->setModifiedSinceSave(); |
