mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
fix 'invalid cursor position after typing \sum'
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2310 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
b321afd875
commit
86ea4e48e7
@ -4,6 +4,8 @@
|
||||
|
||||
* math_cursor.C: keep empty super/subscript a bit longer
|
||||
|
||||
* math_cursor.C: do not move into insets that don't have inner cells yet
|
||||
|
||||
2001-07-22 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* formula.C (insetAllowed): allow insertion of label
|
||||
|
@ -745,7 +745,8 @@ in_word_set(s) << " \n";
|
||||
insert(p);
|
||||
if (p->nargs()) {
|
||||
plainLeft();
|
||||
push(p, true);
|
||||
//push(p, true);
|
||||
Right(); // do not push for e.g. MathBigopInset
|
||||
if (oldsel)
|
||||
SelPaste();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user