Merge pull request #9905 from Syres916/patch-85

[Part] Fix regression when opening...
This commit is contained in:
Chris Hennes
2023-07-14 11:29:04 -05:00
committed by GitHub

View File

@@ -1278,6 +1278,11 @@ void ViewProviderPartExt::updateVisual()
(void)numEdges;
# endif
VisualTouched = false;
// The material has to be checked again
setHighlightedFaces(DiffuseColor.getValues());
setHighlightedEdges(LineColorArray.getValues());
setHighlightedPoints(PointColorArray.getValue());
}
void ViewProviderPartExt::forceUpdate(bool enable) {