From c968dac821ac12403996da7b963030429bdc8500 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 29 Nov 2001 16:13:23 +0000 Subject: [PATCH] retain buffer after pasting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3114 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_cursor.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mathed/math_cursor.C b/src/mathed/math_cursor.C index 588a2ce25f..6069d0debd 100644 --- a/src/mathed/math_cursor.C +++ b/src/mathed/math_cursor.C @@ -724,7 +724,7 @@ void MathCursor::selPaste() { seldump("selPaste"); theSelection.paste(*this); - theSelection.grab(*this); + //theSelection.grab(*this); //selClear(); } -- 2.39.5