mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 16:44:17 +05:00
Fix for PAL14092 : EDF PAL 337 : SMESH Display problem on VTK.
This commit is contained in:
parent
ff7f8d4579
commit
c158102688
@ -336,6 +336,7 @@ namespace SMESH{
|
|||||||
case eDisplay:
|
case eDisplay:
|
||||||
case eDisplayOnly:
|
case eDisplayOnly:
|
||||||
anActor->SetVisibility(true);
|
anActor->SetVisibility(true);
|
||||||
|
if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange();
|
||||||
break;
|
break;
|
||||||
case eErase:
|
case eErase:
|
||||||
anActor->SetVisibility(false);
|
anActor->SetVisibility(false);
|
||||||
|
Loading…
Reference in New Issue
Block a user