We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f4b007e commit 0210d38Copy full SHA for 0210d38
src/gui/editorwidgets/qgsrelationreferencewidget.cpp
@@ -941,6 +941,18 @@ void QgsRelationReferenceWidget::filterChanged()
941
}
942
943
mFilterModel->setFilteredFeatures( featureIds );
944
+
945
+ if ( mChainFilters && mComboBox->count() > 0 )
946
+ {
947
+ if ( scb->currentIndex() == 0 )
948
949
+ mComboBox->setCurrentIndex( 0 );
950
+ }
951
+ else if ( mComboBox->count() > 1 )
952
953
+ mComboBox->setCurrentIndex( 1 );
954
955
956
957
958
void QgsRelationReferenceWidget::addEntry()
0 commit comments