Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix form mode save button from attr dialog
Fix #45527
  • Loading branch information
elpaso authored and nyalldawson committed Oct 22, 2021
1 parent fb0f334 commit 4533577
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -1236,7 +1236,10 @@ void QgsDualView::featureFormAttributeChanged( const QString &attribute, const Q
Q_UNUSED( attribute )
Q_UNUSED( value )
if ( attributeChanged )
{
mFeatureListView->setCurrentFeatureEdited( true );
mAttributeForm->save();
}
}

void QgsDualView::setFilteredFeatures( const QgsFeatureIds &filteredFeatures )
Expand Down

0 comments on commit 4533577

Please sign in to comment.