Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/gui/qgsattributeform.cpp
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
  • Loading branch information
domi4484 and m-kuhn committed Nov 24, 2021
1 parent 589db10 commit dd6b300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -583,7 +583,7 @@ void QgsAttributeForm::updateValuesDependenciesVirtualFields( const int originId
{
QgsEditorWidgetWrapper *eww = qobject_cast<QgsEditorWidgetWrapper *>( ww );
if ( !eww )
return;
continue;

//do not update when this widget is already updating (avoid recursions)
if ( mAlreadyUpdatedFields.contains( eww->fieldIdx() ) )
Expand Down

0 comments on commit dd6b300

Please sign in to comment.