mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Bug IPAL19470 - Qt4 porting. Orientation, Filter. Crash after selection Bad oriented volume and check Mesh
This commit is contained in:
parent
c02e7e1caa
commit
135ff2be87
@ -1283,9 +1283,14 @@ void SMESHGUI_FilterTable::onCriterionChanged (const int row, const int col, con
|
|||||||
aType == SMESH::FACE && aCriterionType == SMESH::FT_FreeEdges ||
|
aType == SMESH::FACE && aCriterionType == SMESH::FT_FreeEdges ||
|
||||||
aType == SMESH::VOLUME && aCriterionType == SMESH::FT_BadOrientedVolume)
|
aType == SMESH::VOLUME && aCriterionType == SMESH::FT_BadOrientedVolume)
|
||||||
{
|
{
|
||||||
|
bool isSignalsBlocked = aTable->signalsBlocked();
|
||||||
|
aTable->blockSignals( true );
|
||||||
|
|
||||||
if (aCompareItem->count() > 0)
|
if (aCompareItem->count() > 0)
|
||||||
aCompareItem->clear();
|
aCompareItem->clear();
|
||||||
aTable->setEditable(false, row, 2);
|
aTable->setEditable(false, row, 2);
|
||||||
|
|
||||||
|
aTable->blockSignals( isSignalsBlocked );
|
||||||
}
|
}
|
||||||
else if (aCriterionType == SMESH::FT_RangeOfIds ||
|
else if (aCriterionType == SMESH::FT_RangeOfIds ||
|
||||||
aCriterionType == SMESH::FT_BelongToGeom ||
|
aCriterionType == SMESH::FT_BelongToGeom ||
|
||||||
|
Loading…
Reference in New Issue
Block a user