mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-27 09:50:34 +05:00
Fix for the "21222: SMESH EDF: Impossible to set a threshold value in the filter dialog" issue.
This commit is contained in:
parent
2d50f1341e
commit
022168f9e6
@ -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);
|
||||
}
|
||||
|
||||
//=======================================================================
|
||||
|
Loading…
Reference in New Issue
Block a user