mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Hide aggregate button in non-aggregate context
This commit is contained in:
parent
e4dabe57df
commit
5d8783f96e
@ -253,7 +253,7 @@ void QgsAttributeFormEditorWidget::updateWidgets()
|
||||
|
||||
case SearchMode:
|
||||
{
|
||||
mAggregateButton->setVisible( true );
|
||||
mAggregateButton->setVisible( false );
|
||||
stack()->setCurrentWidget( searchPage() );
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user