mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 16:54: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 eDisplayOnly:
|
||||
anActor->SetVisibility(true);
|
||||
if (theAction == eDisplayOnly) aRenderer->ResetCameraClippingRange();
|
||||
break;
|
||||
case eErase:
|
||||
anActor->SetVisibility(false);
|
||||
|
Loading…
Reference in New Issue
Block a user