mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
#16648. + Update icons
This commit is contained in:
parent
d2248790d7
commit
0bbec902ba
@ -1191,9 +1191,6 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h
|
||||
if ( !GetMeshDS()->IsUsedHypothesis( hyp ))
|
||||
return;
|
||||
|
||||
if (_callUp && hyp)
|
||||
_callUp->HypothesisModified( hyp->GetID() );
|
||||
|
||||
SMESH_Algo *algo;
|
||||
const SMESH_HypoFilter* compatibleHypoKind;
|
||||
std::list <const SMESHDS_Hypothesis * > usedHyps;
|
||||
@ -1260,6 +1257,9 @@ void SMESH_Mesh::NotifySubMeshesHypothesisModification(const SMESH_Hypothesis* h
|
||||
}
|
||||
HasModificationsToDiscard(); // to reset _isModified flag if mesh becomes empty
|
||||
GetMeshDS()->Modified();
|
||||
|
||||
if (_callUp && hyp)
|
||||
_callUp->HypothesisModified( hyp->GetID() );
|
||||
}
|
||||
|
||||
//=============================================================================
|
||||
|
@ -227,6 +227,10 @@
|
||||
<source>ICON_SMESH_TREE_HYPO_NumberOfLayers</source>
|
||||
<translation>mesh_tree_hypo_layers_distribution.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_HYPO_NumberOfLayers2D</source>
|
||||
<translation>mesh_tree_hypo_layers_distribution.png</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ICON_SMESH_TREE_HYPO_NumberOfSegments</source>
|
||||
<translation>mesh_tree_hypo_segment.png</translation>
|
||||
|
Loading…
Reference in New Issue
Block a user