]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.C
OK I'll try guii1 again ...
[lyx.git] / src / mathed / math_cursor.C
index a68f33ce9f43566e5a9a75738988fa327f162d83..36834e7612654ec9826a7aa0dd2ef95018f9a7f7 100644 (file)
@@ -26,7 +26,7 @@
 #include "support/LAssert.h"
 #include "debug.h"
 #include "LColor.h"
-#include "Painter.h"
+#include "frontends/Painter.h"
 #include "math_cursor.h"
 #include "formulabase.h"
 #include "math_arrayinset.h"
@@ -691,7 +691,7 @@ void MathCursor::selPaste()
        selClearOrDel();
        theSelection.paste(*this);
        //theSelection.grab(*this);
-       //selClear();
+       selClear();
 }