From b4e45771198dc405730cefeaa522a15189c9dbc6 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 31 Mar 2011 10:50:15 +0000 Subject: [PATCH] Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue. --- src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.2