From 45ead08dae81db18e0bf12dc84e39f913d23550d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 18 Apr 2000 13:26:25 +0000 Subject: Removed PropSet from Accessor interface. Indenting and horizontal scroll bar messages. Fixed undo grouping bug. Vertical scrolling can be performed with Ctrl+ arrows --- src/CellBuffer.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CellBuffer.cxx') 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++; } -- cgit v1.2.3