]> git.lyx.org Git - features.git/commit
Fix bug #8342: Endless undo group messages
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Sep 2012 09:24:39 +0000 (11:24 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 17 Sep 2012 21:04:42 +0000 (23:04 +0200)
commitf8a46c487427889dd940c169da08b1717bddc45d
tree8d0957cb5e74c06df526c1427d1aa4befc8f322c
parentca3cf1f222a59eaf5630ce4c166c2ce1bbd56ed8
Fix bug #8342: Endless undo group messages

Fix thinko in Undo::endUndoGroup.
Do not reset undo groups in Undo::clean

The underlying problem remains: the various VC functions should not
always reload the buffer or at least should use the parameter
clearUndo=false.
src/Undo.cpp
status.20x