]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
Fix to bug SWP12996: "Modified" flag was incorrectly set on Study object in 2 cases:
authorasv <asv@opencascade.com>
Wed, 26 Jul 2006 06:42:50 +0000 (06:42 +0000)
committerasv <asv@opencascade.com>
Wed, 26 Jul 2006 06:42:50 +0000 (06:42 +0000)
commit79e5116b1b5553eaf7e711ad28944a7f6ecfb573
treeb2061c395cda8fc1ca26083c852593910fb1b505
parente69025c8812b8b8ab365316490e371ce40899d57
Fix to bug SWP12996: "Modified" flag was incorrectly set on Study object in 2 cases:
1) GetAttributeParameters() method always called FindOrCreateAttribute(), even when attribute was found and no creation was done.  FindOrCreateAttribute always sets "Modified" flag on internal document.
2) Builder::FindAttribute() called _doc->Modify() which seems to be an error because no real modification to labels or attributes is done in this case.
src/SALOMEDSImpl/SALOMEDSImpl_Study.cxx
src/SALOMEDSImpl/SALOMEDSImpl_StudyBuilder.cxx