Skip to content

Commit

Permalink
Update src/gui/qgsattributeform.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: signedav <david@opengis.ch>
  • Loading branch information
2 people authored and github-actions[bot] committed Nov 11, 2021
1 parent fbb59cf commit 95675f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -596,7 +596,7 @@ void QgsAttributeForm::updateVirtualFields( const int originIdx )
}
}

// go through depending fields and update the fields with virtual field
// go through depending fields and update the virtual field with its expression
QList<QgsWidgetWrapper *> relevantWidgets = mVirtualFieldsDependencies.values( originIdx );
for ( QgsWidgetWrapper *ww : std::as_const( relevantWidgets ) )
{
Expand Down

0 comments on commit 95675f3

Please sign in to comment.