From: rnv Date: Thu, 31 Mar 2011 10:50:15 +0000 (+0000) Subject: Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue. X-Git-Tag: Start_BR_19998_21191~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b4e45771198dc405730cefeaa522a15189c9dbc6;p=modules%2Fkernel.git Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue. --- diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx index f28d550d9..055e30b5c 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx @@ -77,6 +77,8 @@ void SALOMEDSImpl_AttributeDrawable::SetDrawable(const int theValue) Backup(); (theValue!=0)?myValue=1:myValue=0; + + SetModifyFlag(); }