mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Fixup 0cbe0d7a
: avoid double redraw when completion is finished
This commit is contained in:
parent
0cbe0d7a3e
commit
cc6dae1363
@ -2143,7 +2143,7 @@ bool InsetMathNest::insertCompletion(Cursor & cur, docstring const & s, bool fin
|
||||
MathCompletionList::addToFavorites(inset->name());
|
||||
#endif
|
||||
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
||||
}
|
||||
} else
|
||||
cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor);
|
||||
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user