]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_cursor.C
fix 'off by one' cursor position when handling simultaneous super- and
[lyx.git] / src / mathed / math_cursor.C
index ace2f1228954417531070986fce3b4259629c3b5..56f2f8bd0f922299945b5e08c15942d33fae3fd1 100644 (file)
@@ -637,8 +637,8 @@ void MathCursor::interpret(string const & s)
                                p = new MathScriptInset(up, !up);
                        }
                        insert(p);
-                       plainLeft();
                }
+               plainLeft();
                push(p, true);
                if (up)
                        p->up(true);