mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
IPAL52916: TC7.7.0:Triangle in "Threshold value" is missing after applying filter with criterion "Geometry type"
This commit is contained in:
parent
8b8b2deedb
commit
c4cacfb5c1
@ -1012,6 +1012,7 @@ void SMESHGUI_FilterTable::Init (const QList<int>& theTypes)
|
||||
Table* aTable = createTable(mySwitchTableGrp, *typeIt);
|
||||
myTables[ *typeIt ] = aTable;
|
||||
((QVBoxLayout*)mySwitchTableGrp->layout())->addWidget(myTables[ *typeIt ]);
|
||||
myEntityType = -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -532,6 +532,7 @@ void SMESHGUI_RemoveElementsDlg::setFilters()
|
||||
if ( myMesh->NbVolumes() ) types << SMESH::VOLUME;
|
||||
if ( myMesh->NbBalls() ) types << SMESH::BALL;
|
||||
if ( myMesh->Nb0DElements()) types << SMESH::ELEM0D;
|
||||
if ( types.count() > 1 ) types << SMESH::ALL;
|
||||
|
||||
myFilterDlg->Init( types );
|
||||
myFilterDlg->SetSelection();
|
||||
|
@ -4902,9 +4902,7 @@ Please, create VTK viewer and try again</translation>
|
||||
<name>SMESHGUI_PrecomputeOp</name>
|
||||
<message>
|
||||
<source>CLEAR_SUBMESH_QUESTION</source>
|
||||
<translation>Temporary sub-meshes on the selected geometry
|
||||
were created during preview operation.
|
||||
Do you want to remove all these sub-meshes?</translation>
|
||||
<translation>Do you want to remove mesh entities generated during preview operation?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>SMESH_WRN_NOTHING_PREVIEW</source>
|
||||
@ -5742,7 +5740,7 @@ Please enter correct value and try again</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ELEMENTS</source>
|
||||
<translation>Elements</translation>
|
||||
<translation>All</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>ENTITY_TYPE</source>
|
||||
|
Loading…
Reference in New Issue
Block a user