mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +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();
|
my3DActor->VisibilityOn();
|
||||||
}
|
}
|
||||||
|
|
||||||
if(myIsPointsLabeled)
|
if(myIsPointsLabeled){
|
||||||
myPointLabels->VisibilityOn();
|
myPointLabels->VisibilityOn();
|
||||||
|
myNodeActor->VisibilityOn();
|
||||||
|
}
|
||||||
|
|
||||||
if(myIsCellsLabeled)
|
if(myIsCellsLabeled)
|
||||||
myCellsLabels->VisibilityOn();
|
myCellsLabels->VisibilityOn();
|
||||||
|
Loading…
Reference in New Issue
Block a user