Skip to content

Commit

Permalink
Merge topic 'prevent-backflow-of-metadata'
Browse files Browse the repository at this point in the history
2c511cc Prevent backflow of outdated properties.

Acked-by: Kitware Robot <[email protected]>
Merge-request: !5793
  • Loading branch information
jspanchu authored and kwrobot committed Jun 28, 2022
2 parents afaf155 + 2c511cc commit d30eb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt/ApplicationComponents/pqMetaDataPropertyWidget.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ void pqMetaDataPropertyWidget::updateMetadata(
}
}

source->UpdateVTKObjects();
source->UpdateProperty(smproperty->GetXMLName());
source->UpdatePipelineInformation();
vtkSmartPointer<vtkSMPropertyIterator> iter;
iter.TakeReference(source->NewPropertyIterator());
Expand Down

0 comments on commit d30eb1a

Please sign in to comment.