We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0498c95 commit 764e85bCopy full SHA for 764e85b
src/app/qgsattributeactiondialog.cpp
@@ -285,7 +285,7 @@ void QgsAttributeActionDialog::rowSelected( int row )
285
actionType->setCurrentIndex( actionType->findText( attributeActionTable->item( row, 0 )->text() ) );
286
actionName->setText( attributeActionTable->item( row, 1 )->text() );
287
actionAction->setText( attributeActionTable->item( row, 2 )->text() );
288
- captureCB->setChecked( item->checkState() == Qt::Checked );
+ captureCB->setChecked( attributeActionTable->item( row, 3 )->checkState() == Qt::Checked );
289
}
290
291
0 commit comments