Salome HOME
Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter...
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_FilterDlg.cxx
index c12c7ae5f55f972c16a0ba26d8d9ebca6aabe923..e54bbb2cc60e35a02285e1a494659361bd7e618f 100755 (executable)
@@ -1605,7 +1605,8 @@ void SMESHGUI_FilterTable::onCriterionChanged (const int row, const int col, con
 //=======================================================================
 void SMESHGUI_FilterTable::onCriterionChanged (int row, int col)
 {
-  onCriterionChanged(row, col, -1);
+  if( col == 0 )
+    onCriterionChanged(row, col, -1);
 }
 
 //=======================================================================