Salome HOME
0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749
authorvsr <vsr@opencascade.com>
Thu, 27 Jan 2011 14:05:46 +0000 (14:05 +0000)
committervsr <vsr@opencascade.com>
Thu, 27 Jan 2011 14:05:46 +0000 (14:05 +0000)
Update an anctor when necessary

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;