aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/CellBuffer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r--src/CellBuffer.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CellBuffer.cxx b/src/CellBuffer.cxx
index c89c1c8dd..9576e917d 100644
--- a/src/CellBuffer.cxx
+++ b/src/CellBuffer.cxx
@@ -449,6 +449,7 @@ void UndoHistory::BeginUndoAction() {
actions[currentAction].Create(startAction);
maxAction = currentAction;
}
+ actions[currentAction].mayCoalesce = false;
}
undoSequenceDepth++;
}