Skip to content
Permalink
Browse files
Hide aggregate button in non-aggregate context
  • Loading branch information
m-kuhn committed Dec 4, 2017
1 parent e4dabe5 commit 5d8783f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -253,7 +253,7 @@ void QgsAttributeFormEditorWidget::updateWidgets()

case SearchMode:
{
mAggregateButton->setVisible( true );
mAggregateButton->setVisible( false );
stack()->setCurrentWidget( searchPage() );
break;
}

0 comments on commit 5d8783f

Please sign in to comment.