Salome HOME
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_VTKUtils.cxx
index 903aceb65f60b63517316873a4bafb866e2bd336..9c23918907b57f25b93a8dd32ad765cb827115e7 100644 (file)
@@ -719,6 +719,7 @@ namespace SMESH
             case eDisplay:
             case eDisplayOnly:
                 //MESSAGE("--- display " << anActor);
+             anActor->Update();
               anActor->SetVisibility(true);
               if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange();
               break;