Salome HOME
Fix problems with Filters
authordmv <dmv@opencascade.com>
Fri, 30 Jan 2009 13:36:07 +0000 (13:36 +0000)
committerdmv <dmv@opencascade.com>
Fri, 30 Jan 2009 13:36:07 +0000 (13:36 +0000)
src/SMESHGUI/SMESHGUI_FilterDlg.cxx

index 1235ce71e9133638fc9448e25ba2dfab24aedb58..f9cfe950504bace8f5a5e02e80724be6ec56fb50 100755 (executable)
@@ -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 {