mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
fix setting of feature in expression preview widget (#37221)
fixes #372124
This commit is contained in:
parent
118350880c
commit
0a0fc29385
@ -27,7 +27,7 @@ QgsFeaturePickerModel::QgsFeaturePickerModel( QObject *parent )
|
||||
setFetchGeometry( true );
|
||||
setExtraIdentifierValueUnguarded( nullIentifier() );
|
||||
|
||||
connect( this, &QgsFeaturePickerModelBase::extraIdentifierValueIndexChanged, this, [ = ]() {emit featureChanged( QgsFeature( sourceLayer()->fields() ) );} );
|
||||
connect( this, &QgsFeaturePickerModelBase::extraIdentifierValueIndexChanged, this, [ = ]() {emit featureChanged( feature() );} );
|
||||
}
|
||||
|
||||
void QgsFeaturePickerModel::requestToReloadCurrentFeature( QgsFeatureRequest &request )
|
||||
|
Loading…
x
Reference in New Issue
Block a user