Salome HOME
Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter...
authorrnv <rnv@opencascade.com>
Mon, 11 Apr 2011 12:42:27 +0000 (12:42 +0000)
committerrnv <rnv@opencascade.com>
Mon, 11 Apr 2011 12:42:27 +0000 (12:42 +0000)
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);
 }
 
 //=======================================================================