diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index cec634363..e7e415c7b 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -117,7 +117,7 @@ Editor::~Editor() { } void Editor::Finalise() { - CancelModes(); + CancelModes(); } void Editor::DropGraphics() { @@ -1960,7 +1960,6 @@ void Editor::LineTranspose() { } void Editor::CancelModes() { - SetEmptySelection(currentPos); } int Editor::KeyCommand(UINT iMessage) { |