summaryrefslogtreecommitdiffstats
path: root/src/document.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-05-21 22:03:52 +0000
committerjabiertxof <info@marker.es>2016-05-21 22:03:52 +0000
commit2d2718e48ee56f975342f0329b98f892f118d85e (patch)
treef683ad71e8a04a600662cfae099a03d9119231c8 /src/document.cpp
parentworking on undo (diff)
downloadinkscape-2d2718e48ee56f975342f0329b98f892f118d85e.tar.gz
inkscape-2d2718e48ee56f975342f0329b98f892f118d85e.zip
Fixing undo thing
(bzr r14865.1.5)
Diffstat (limited to 'src/document.cpp')
-rw-r--r--src/document.cpp1
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;