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,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);
}
//=======================================================================