mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 05:33:33 +00:00
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:
parent
2296f138e7
commit
c968dac821
@ -724,7 +724,7 @@ void MathCursor::selPaste()
|
||||
{
|
||||
seldump("selPaste");
|
||||
theSelection.paste(*this);
|
||||
theSelection.grab(*this);
|
||||
//theSelection.grab(*this);
|
||||
//selClear();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user