mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
Revert "Fixup 0cbe0d7a
: avoid double redraw when completion is finished"
This is my 635th lesson that trying to be too clever is not that good.
This change interferes with the yet-to-come fix to #12674.
This reverts commit cc6dae1363
.
This commit is contained in:
parent
cc6dae1363
commit
ab8ea2543d
@ -2143,7 +2143,7 @@ bool InsetMathNest::insertCompletion(Cursor & cur, docstring const & s, bool fin
|
|||||||
MathCompletionList::addToFavorites(inset->name());
|
MathCompletionList::addToFavorites(inset->name());
|
||||||
#endif
|
#endif
|
||||||
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
||||||
} else
|
}
|
||||||
cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor);
|
cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor);
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user