Skip to content

Commit

Permalink
[locator] Set correct parent for filter configuration widgets
Browse files Browse the repository at this point in the history
(cherry-picked from 3b8d84)
  • Loading branch information
nyalldawson committed Apr 6, 2018
1 parent 0b627b3 commit d0b4678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/locator/qgslocatoroptionswidget.cpp
Expand Up @@ -67,7 +67,7 @@ void QgsLocatorOptionsWidget::configureCurrentFilter()
QModelIndex sel = selected.at( 0 ).indexes().at( 0 );
QgsLocatorFilter *filter = mModel->filterForIndex( sel );
if ( filter )
filter->openConfigWidget();
filter->openConfigWidget( this );
}
}

Expand Down

0 comments on commit d0b4678

Please sign in to comment.