]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
possible fix for some pref issues #1001
authorisn <isn@opencascade.com>
Tue, 18 Oct 2016 10:54:25 +0000 (13:54 +0300)
committerisn <isn@opencascade.com>
Tue, 18 Oct 2016 10:55:20 +0000 (13:55 +0300)
src/HYDROGUI/HYDROGUI_Shape.cxx

index 5b73a7ad9778c00897f7352041966d7b131450b5..ac85dfbf182df46ad22e4ca92d738c422f46c9d7 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() )