diff options
Diffstat (limited to 'src/CellBuffer.cxx')
-rw-r--r-- | src/CellBuffer.cxx | 1 |
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++; } |