Skip to content

Commit

Permalink
correctly clear completion
Browse files Browse the repository at this point in the history
fixes navigation in results using tab
  • Loading branch information
3nids committed Sep 8, 2020
1 parent 82b1079 commit 5802263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/locator/qgslocatorwidget.cpp
Expand Up @@ -479,6 +479,7 @@ void QgsLocatorLineEdit::paintEvent( QPaintEvent *event )

const QStringList completionList = mLocatorWidget->locator()->completionList();

mCompletionText.clear();
QString completion;
for ( const QString &candidate : completionList )
{
Expand Down

0 comments on commit 5802263

Please sign in to comment.