Skip to content

Commit

Permalink
Hide aggregate button in non-aggregate context
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 4, 2017
1 parent e4dabe5 commit 5d8783f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeformeditorwidget.cpp
Expand Up @@ -253,7 +253,7 @@ void QgsAttributeFormEditorWidget::updateWidgets()

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

0 comments on commit 5d8783f

Please sign in to comment.