retain buffer after pasting

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3114 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-11-29 16:13:23 +00:00
parent 2296f138e7
commit c968dac821

View File

@ -724,7 +724,7 @@ void MathCursor::selPaste()
{
seldump("selPaste");
theSelection.paste(*this);
theSelection.grab(*this);
//theSelection.grab(*this);
//selClear();
}