Salome HOME
Fix problems with Filters
[modules/smesh.git] / 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 {