mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +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,8 +2143,8 @@ 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);
|
||||
}
|
||||
cur.screenUpdateFlags(Update::SinglePar | Update::FitCursor);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user