]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Implementation of the "16219: EDF PAL 469: "RemoveFromStudy" Function" issue.
authorrnv <rnv@opencascade.com>
Thu, 31 Mar 2011 10:50:15 +0000 (10:50 +0000)
committerrnv <rnv@opencascade.com>
Thu, 31 Mar 2011 10:50:15 +0000 (10:50 +0000)
src/SALOMEDSImpl/SALOMEDSImpl_AttributeDrawable.cxx

index f28d550d9bcf8aff9df7ddc47e3787945ad6d940..055e30b5c11d991b944748c02e15cde76c874c29 100644 (file)
@@ -77,6 +77,8 @@ void SALOMEDSImpl_AttributeDrawable::SetDrawable(const int theValue)
   Backup();
 
   (theValue!=0)?myValue=1:myValue=0;
+  
+  SetModifyFlag();
 }