mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 03:09:42 +05:00
Fix INT PAL 54352: Camera clipping range is not reset at Show and Show Only.
This commit is contained in:
parent
ca5275c924
commit
43ca9fbd10
@ -736,7 +736,7 @@ namespace SMESH
|
|||||||
//MESSAGE("--- display " << anActor);
|
//MESSAGE("--- display " << anActor);
|
||||||
anActor->Update();
|
anActor->Update();
|
||||||
anActor->SetVisibility(true);
|
anActor->SetVisibility(true);
|
||||||
if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange();
|
aRenderer->ResetCameraClippingRange();
|
||||||
aStudy->setVisibilityState(theEntry, Qtx::ShownState);
|
aStudy->setVisibilityState(theEntry, Qtx::ShownState);
|
||||||
break;
|
break;
|
||||||
case eErase:
|
case eErase:
|
||||||
|
Loading…
Reference in New Issue
Block a user