mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix broken comment
This commit is contained in:
parent
e8d8f0abf8
commit
6956cea323
@ -2031,8 +2031,7 @@ bool InsetMathNest::insertCompletion(Cursor & cur, docstring const & s,
|
||||
#if 0
|
||||
// FIXME: this creates duplicates in the completion popup
|
||||
// which looks ugly. Moreover the changes the list lengths
|
||||
// which seems to
|
||||
confuse the popup as well.
|
||||
// which seems to confuse the popup as well.
|
||||
MathCompletionList::addToFavorites(inset->name());
|
||||
#endif
|
||||
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
||||
|
Loading…
Reference in New Issue
Block a user