mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-24 08:20:34 +05:00
Fix. Bug PAL8062 REGRESSION: Nodes aren't displayed if "Numbering - Display Nodes" is checked.
This commit is contained in:
parent
92595f0080
commit
fa397b27d1
@ -1064,8 +1064,10 @@ void SMESH_ActorDef::SetVisibility(int theMode, bool theIsUpdateRepersentation){
|
||||
my3DActor->VisibilityOn();
|
||||
}
|
||||
|
||||
if(myIsPointsLabeled)
|
||||
if(myIsPointsLabeled){
|
||||
myPointLabels->VisibilityOn();
|
||||
myNodeActor->VisibilityOn();
|
||||
}
|
||||
|
||||
if(myIsCellsLabeled)
|
||||
myCellsLabels->VisibilityOn();
|
||||
|
Loading…
Reference in New Issue
Block a user