make a CURSOR update if we inserted a character (fix #312).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3910 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2002-04-05 12:31:42 +00:00
parent 5a49b5cdf7
commit 546d0f52c7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-04-05 Juergen Vigna <jug@sad.it>
* insettext.C (localDispatch): make a CURSOR update if we inserted
a character.
2002-04-04 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
* insetfloatlist.C (getScreenLabel):

View 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;