Salome HOME
refs #1327: debug of scaling operations
[modules/hydro.git] / src / HYDROGUI / HYDROGUI_Shape.cxx
index f6bc47aed842707a0af7f91ca59ac4f22fbc4200..c34f2cc9522f4807a01529c4c8848175aa1fc626 100644 (file)
@@ -507,7 +507,7 @@ Handle(AIS_InteractiveObject) HYDROGUI_Shape::createShape() const
 void HYDROGUI_Shape::buildShape()
 {
   // Erase previously created shape
-  erase();
+  erase(false);
 
   myShape = createShape();
   if( myShape.IsNull() )