From: André Pönitz Date: Thu, 29 Nov 2001 16:13:23 +0000 (+0000) Subject: retain buffer after pasting X-Git-Tag: 1.6.10~20263 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c968dac821ac12403996da7b963030429bdc8500;p=features.git retain buffer after pasting git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3114 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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(); }