Skip to content

Commit d0b4678

Browse files
committed
[locator] Set correct parent for filter configuration widgets
(cherry-picked from 3b8d84)
1 parent 0b627b3 commit d0b4678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/locator/qgslocatoroptionswidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ void QgsLocatorOptionsWidget::configureCurrentFilter()
6767
QModelIndex sel = selected.at( 0 ).indexes().at( 0 );
6868
QgsLocatorFilter *filter = mModel->filterForIndex( sel );
6969
if ( filter )
70-
filter->openConfigWidget();
70+
filter->openConfigWidget( this );
7171
}
7272
}
7373

0 commit comments

Comments
 (0)