mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Make sure that screen is updated when completing math
There was a missing update there. Fixes part of bug #12674.
This commit is contained in:
parent
1e99920b35
commit
0cbe0d7a3e
@ -2144,6 +2144,7 @@ bool InsetMathNest::insertCompletion(Cursor & cur, docstring const & s, bool fin
|
||||
#endif
|
||||
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
||||
}
|
||||
cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user