From: isn Date: Tue, 18 Oct 2016 10:54:25 +0000 (+0300) Subject: possible fix for some pref issues #1001 X-Git-Tag: v1.6~50 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8360d663c5b260e79eafac9399036734b655a990;p=modules%2Fhydro.git possible fix for some pref issues #1001 --- diff --git a/src/HYDROGUI/HYDROGUI_Shape.cxx b/src/HYDROGUI/HYDROGUI_Shape.cxx index 5b73a7ad..ac85dfbf 100644 --- a/src/HYDROGUI/HYDROGUI_Shape.cxx +++ b/src/HYDROGUI/HYDROGUI_Shape.cxx @@ -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() )