Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter dialog" issue.

This commit is contained in:
rnv 2011-04-11 12:42:27 +00:00
parent 2d50f1341e
commit 022168f9e6

View File

@ -1605,6 +1605,7 @@ void SMESHGUI_FilterTable::onCriterionChanged (const int row, const int col, con
//======================================================================= //=======================================================================
void SMESHGUI_FilterTable::onCriterionChanged (int row, int col) void SMESHGUI_FilterTable::onCriterionChanged (int row, int col)
{ {
if( col == 0 )
onCriterionChanged(row, col, -1); onCriterionChanged(row, col, -1);
} }