From d1a51de93955d167f7096c6b56b2d2b3ba5d3b02 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 6 Sep 2000 06:57:21 +0000 Subject: Removed a couple of completed items from the TODO list and added a couple of bugs. Bug wuth not redrawing caret sometimes when performing undo fixed. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index 9b41af798..6d2676ffb 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -1594,6 +1594,7 @@ void Editor::SelectAll() { void Editor::Undo() { if (pdoc->CanUndo()) { + InvalidateCaret(); int newPos = pdoc->Undo(); SetEmptySelection(newPos); EnsureCaretVisible(); -- cgit v1.2.3