From: vsr Date: Thu, 27 Jan 2011 14:05:46 +0000 (+0000) Subject: 0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749 X-Git-Tag: StartingPortingMED3~106 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f44e34f5682accd382ac351b89a0b84e4129110a;p=modules%2Fsmesh.git 0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749 Update an anctor when necessary --- diff --git a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx index 903aceb65..9c2391890 100644 --- a/src/SMESHGUI/SMESHGUI_VTKUtils.cxx +++ b/src/SMESHGUI/SMESHGUI_VTKUtils.cxx @@ -719,6 +719,7 @@ namespace SMESH case eDisplay: case eDisplayOnly: //MESSAGE("--- display " << anActor); + anActor->Update(); anActor->SetVisibility(true); if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange(); break;