mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Merge pull request #59960 from GispoCoding/59494_db_default_values
Merge features: immediately update widgets for attributes with a provider default value
This commit is contained in:
commit
9f055dd565
@ -267,6 +267,11 @@ void QgsMergeAttributesDialog::createTableWidgetContents()
|
||||
currentComboBox->setCurrentIndex( currentComboBox->findData( QStringLiteral( "manual" ) ) );
|
||||
currentComboBox->blockSignals( false );
|
||||
}
|
||||
|
||||
const QgsEditorWidgetSetup setup = mFields.at( idx ).editorWidgetSetup();
|
||||
|
||||
if ( !setup.isNull() && !setup.type().isEmpty() )
|
||||
updateManualWidget( j, true );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user