Fix INT PAL 54352: Camera clipping range is not reset at Show and Show Only.

This commit is contained in:
akl 2017-11-01 17:28:06 +03:00
parent ca5275c924
commit 43ca9fbd10

View File

@ -736,7 +736,7 @@ namespace SMESH
//MESSAGE("--- display " << anActor);
anActor->Update();
anActor->SetVisibility(true);
if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange();
aRenderer->ResetCameraClippingRange();
aStudy->setVisibilityState(theEntry, Qtx::ShownState);
break;
case eErase: