Skip to content

Commit

Permalink
[ui][processing] Do not show clear buttons in the aggregate widget
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Apr 1, 2021
1 parent 24b6ae6 commit 2159f4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/qgsfieldmappingwidget.cpp
Expand Up @@ -253,7 +253,6 @@ QWidget *QgsFieldMappingWidget::ExpressionDelegate::createEditor( QWidget *paren
QgsFieldExpressionWidget *editor = new QgsFieldExpressionWidget( parent );
editor->setAutoFillBackground( true );
editor->setAllowEvalErrors( false );
editor->setAllowEmptyFieldName( true );
if ( const QgsFieldMappingModel *model = qobject_cast<const QgsFieldMappingModel *>( index.model() ) )
{
editor->registerExpressionContextGenerator( model->contextGenerator() );
Expand Down

0 comments on commit 2159f4e

Please sign in to comment.