mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-24 10:42:04 +05:00
Modification of hypothesis parameters modifies the mesh
+ GetMeshDS()->Modified();
This commit is contained in:
parent
e5ac48bcf7
commit
b712c057d5
@ -998,6 +998,7 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty
|
HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty
|
||||||
|
GetMeshDS()->Modified();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=============================================================================
|
//=============================================================================
|
||||||
|
Loading…
x
Reference in New Issue
Block a user