diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-05-21 22:03:52 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-05-21 22:03:52 +0000 |
| commit | 2d2718e48ee56f975342f0329b98f892f118d85e (patch) | |
| tree | f683ad71e8a04a600662cfae099a03d9119231c8 /src/document.cpp | |
| parent | working on undo (diff) | |
| download | inkscape-2d2718e48ee56f975342f0329b98f892f118d85e.tar.gz inkscape-2d2718e48ee56f975342f0329b98f892f118d85e.zip | |
Fixing undo thing
(bzr r14865.1.5)
Diffstat (limited to 'src/document.cpp')
| -rw-r--r-- | src/document.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/document.cpp b/src/document.cpp index 7086fc0be..87f13f749 100644 --- a/src/document.cpp +++ b/src/document.cpp @@ -121,6 +121,7 @@ SPDocument::SPDocument() : p->serial = next_serial++; p->sensitive = false; + p->join_undo = false; p->partial = NULL; p->history_size = 0; p->seeking = false; |
