From fced5649c2525c76e1e98afda2ca1c5ed81c31c9 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 25 Feb 2011 07:07:07 +0000 Subject: [PATCH] Fix regression caused by introducing of GUI observers - Show/Hide children operation in GEOM module has stopped working. --- src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx index e353d08ab..3c5d7e653 100644 --- a/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx +++ b/src/SALOMEDSImpl/SALOMEDSImpl_AttributeExpandable.cxx @@ -77,6 +77,8 @@ void SALOMEDSImpl_AttributeExpandable::SetExpandable(const int theValue) Backup(); (theValue!=0)?myValue=1:myValue=0; + + SetModifyFlag(); //VSR: Mark the study as being modified, so it could be saved } //======================================================================= -- 2.39.2