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(); }