Skip to content

Commit

Permalink
fix missing completer update
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Dec 21, 2024
1 parent e524ce4 commit 2ea41a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/latexcompleter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2163,6 +2163,7 @@ void LatexCompleter::showTooltip(QString text)
void LatexCompleter::setFilter(QString filter)
{
listModel->setEnvironmentFilter(filter);
listModel->curWord = ""; // force filter update
}

void LatexCompleter::editorDestroyed()
Expand Down

0 comments on commit 2ea41a1

Please sign in to comment.