mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-15 19:31:27 +05:00
Fix problems with Filters
This commit is contained in:
parent
f3181d4c7a
commit
dbaabcfcdb
@ -920,7 +920,7 @@ bool SMESHGUI_FilterTable::IsValid (const bool theMess, const int theEntityType)
|
||||
aCriterion == SMESH::FT_BelongToCylinder ||
|
||||
aCriterion == SMESH::FT_BelongToGenSurface ||
|
||||
aCriterion == SMESH::FT_LyingOnGeom) {
|
||||
if (aTable->text(i, 2).isEmpty());
|
||||
if (aTable->text(i, 2).isEmpty())
|
||||
errMsg = tr( "ERROR" );
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user