0020943: EDF 1463 SMESH: additional fonctionnality to the feature 20749

Update an anctor when necessary
This commit is contained in:
vsr 2011-01-27 14:05:46 +00:00
parent d976fc7810
commit f44e34f568

View 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;