diff options
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 613cd0a1e..7f7ea7168 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -2086,7 +2086,7 @@ void Editor::PasteRectangular(int pos, const char *ptr, int len) { } } pdoc->EndUndoAction(); - SetEmptySelection(insertPos); + SetEmptySelection(pos); } bool Editor::CanPaste() { |