]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.C
make a CURSOR update if we inserted a character (fix #312).
[features.git] / src / insets / insettext.C
index 7448eb2fa21226d57d4e6d5c40db75437e272f3f..41a4a1c97881953b7801ea954328ed36161e71c8 100644 (file)
@@ -1190,7 +1190,7 @@ InsetText::localDispatch(BufferView * bv,
                        }
                }
                lt->selection.cursor = lt->cursor;
-               updwhat = CURSOR_PAR;
+               updwhat = CURSOR | CURSOR_PAR;
                updflag = true;
                result = DISPATCHED_NOUPDATE;
                break;