Skip to content

Commit

Permalink
[processing] Show data defined buttons for dynamic parameters even in…
Browse files Browse the repository at this point in the history
… batch mode
  • Loading branch information
nyalldawson committed Mar 19, 2020
1 parent 95ae099 commit 49233b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingwidgetwrapper.cpp
Expand Up @@ -125,7 +125,7 @@ QWidget *QgsAbstractProcessingParameterWidgetWrapper::createWrappedWidget( QgsPr

mWidget = createWidget();
QWidget *wrappedWidget = mWidget;
if ( mType != QgsProcessingGui::Batch && mParameterDefinition->isDynamic() )
if ( mParameterDefinition->isDynamic() )
{
QHBoxLayout *hLayout = new QHBoxLayout();
hLayout->setMargin( 0 );
Expand Down

0 comments on commit 49233b8

Please sign in to comment.