mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
listening on triggered instead of toggled, because triggered is happening on click and not on setChecked etc.
This commit is contained in:
parent
ffa41cb814
commit
150418bc44
@ -199,7 +199,7 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *layer, QgsAttr
|
||||
mStoreFilterExpressionButton->setDefaultAction( mActionHandleStoreFilterExpression );
|
||||
connect( mActionSaveAsStoredFilterExpression, &QAction::triggered, this, &QgsAttributeTableDialog::saveAsStoredFilterExpression );
|
||||
connect( mActionEditStoredFilterExpression, &QAction::triggered, this, &QgsAttributeTableDialog::editStoredFilterExpression );
|
||||
connect( mActionHandleStoreFilterExpression, &QAction::toggled, this, &QgsAttributeTableDialog::handleStoreFilterExpression );
|
||||
connect( mActionHandleStoreFilterExpression, &QAction::triggered, this, &QgsAttributeTableDialog::handleStoreFilterExpression );
|
||||
mApplyFilterButton->setDefaultAction( mActionApplyFilter );
|
||||
|
||||
mActionFeatureActions = new QToolButton();
|
||||
|
Loading…
x
Reference in New Issue
Block a user