mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Enter table after insertion (#12101)
posForward() jumped over the inset, which is not what is wanted here, I think (cf. other inset insertion methods)
This commit is contained in:
parent
0b5a9060c2
commit
e9998fb1cc
@ -5578,7 +5578,8 @@ void Text::dispatch(Cursor & cur, FuncRequest & cmd)
|
||||
from_utf8(N_(" not known")));
|
||||
}
|
||||
if (doInsertInset(cur, this, cmd, false, true))
|
||||
cur.posForward();
|
||||
// move inside
|
||||
(void) checkAndActivateInset(cur, true);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user