Skip to content

Commit

Permalink
Merge tool: update manual widget for fields with a default value clause
Browse files Browse the repository at this point in the history
  • Loading branch information
JuhoErvasti committed Jan 9, 2025
1 parent a1863a4 commit 88078a2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/app/qgsmergeattributesdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.type().isEmpty() && !setup.isNull() )
updateManualWidget( j, true );
}
}

Expand Down

0 comments on commit 88078a2

Please sign in to comment.