Fix problems with Filters

This commit is contained in:
dmv 2009-01-30 13:36:07 +00:00
parent f3181d4c7a
commit dbaabcfcdb

View File

@ -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 {