mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
5a49b5cdf7
commit
546d0f52c7
@ -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):
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user