Salome HOME
Implementation of the issue 20984: EDF 1566 SMESH: Better visibility of the elements... V6_main_20110929 V6_main_20111003 V6_main_20111004 V6_main_20111005 V6_main_20111007 V6_main_20111020 V6_main_20111021
authorrnv <rnv@opencascade.com>
Wed, 28 Sep 2011 08:45:02 +0000 (08:45 +0000)
committerrnv <rnv@opencascade.com>
Wed, 28 Sep 2011 08:45:02 +0000 (08:45 +0000)
src/OBJECT/VISU_ScalarMapAct.cxx

index 58a23c1f7f32d9b38fafa16d3fa746a719636043..ac4e542b1d54c8c63adcc4c69585648d960dfff1 100644 (file)
@@ -349,6 +349,7 @@ VISU_ScalarMapAct
   Superclass::SetShrinkable(theIsShrinkable);
 
   mySurfaceActor->SetShrinkable(theIsShrinkable);
+  myEdgeActor->SetShrinkable(theIsShrinkable);
 }
 
 void
@@ -358,6 +359,7 @@ VISU_ScalarMapAct
   Superclass::SetShrinkFactor(theValue);
 
   mySurfaceActor->SetShrinkFactor(theValue);
+  myEdgeActor->SetShrinkFactor(theValue);
 }
 
 //----------------------------------------------------------------------------
@@ -371,6 +373,7 @@ VISU_ScalarMapAct
   Superclass::SetShrink();
 
   mySurfaceActor->SetShrink();
+  myEdgeActor->SetShrink();
 }
 
 void
@@ -380,6 +383,7 @@ VISU_ScalarMapAct
   Superclass::UnShrink();
 
   mySurfaceActor->UnShrink();
+  myEdgeActor->UnShrink();
 }
 
 //----------------------------------------------------------------------------