From 5ea67a3d71f61972c5b3a40ec8fa0510e9cda9bc Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 15 Jan 2010 02:28:06 +0000 Subject: Fix for bug #2930488 Select All doesn't work if there's a rectangular selection. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/Editor.cxx b/src/Editor.cxx index e51eb82a3..da37d4781 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3912,6 +3912,7 @@ void Editor::Clear() { } void Editor::SelectAll() { + sel.Clear(); SetSelection(0, pdoc->Length()); Redraw(); } -- cgit v1.2.3