mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-12 22:14:35 +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
|
#if 0
|
||||||
// FIXME: this creates duplicates in the completion popup
|
// FIXME: this creates duplicates in the completion popup
|
||||||
// which looks ugly. Moreover the changes the list lengths
|
// which looks ugly. Moreover the changes the list lengths
|
||||||
// which seems to
|
// which seems to confuse the popup as well.
|
||||||
confuse the popup as well.
|
|
||||||
MathCompletionList::addToFavorites(inset->name());
|
MathCompletionList::addToFavorites(inset->name());
|
||||||
#endif
|
#endif
|
||||||
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
lyx::dispatch(FuncRequest(LFUN_SELF_INSERT, " "));
|
||||||
|
Loading…
Reference in New Issue
Block a user