Salome HOME
NPAL18033: EDF612: Mesh stay displayed when we click on Erase all.
authorjfa <jfa@opencascade.com>
Fri, 30 Nov 2007 10:23:14 +0000 (10:23 +0000)
committerjfa <jfa@opencascade.com>
Fri, 30 Nov 2007 10:23:14 +0000 (10:23 +0000)
src/OBJECT/SMESH_Actor.cxx

index f37734ac71f19d7a47ca112852232ba28d50a6f6..06a9d822bbd6ba4db0e0086c89de157eaeebff6d 100644 (file)
@@ -988,7 +988,7 @@ void SMESH_ActorDef::SetVisibility(int theMode, bool theIsUpdateRepersentation){
     if(myIsCellsLabeled) 
       myCellsLabels->VisibilityOn();
   }
-
+  UpdateHighlight();
   Modified();
 }