From b712c057d5fbe29c80f54d080ab1ec5df2d483bd Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 10 Feb 2011 09:08:32 +0000 Subject: [PATCH] Modification of hypothesis parameters modifies the mesh + GetMeshDS()->Modified(); --- src/SMESH/SMESH_Mesh.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESH/SMESH_Mesh.cxx b/src/SMESH/SMESH_Mesh.cxx index 5f108cc3b..2f3644e58 100644 --- a/src/SMESH/SMESH_Mesh.cxx +++ b/src/SMESH/SMESH_Mesh.cxx @@ -998,6 +998,7 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h } } HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty + GetMeshDS()->Modified(); } //============================================================================= -- 2.39.2