mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +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,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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user