From: eap Date: Wed, 15 Apr 2015 12:43:09 +0000 (+0300) Subject: 023046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore X-Git-Tag: V7_6_0rc1~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=643fd1da5c2ecc024a65126897af312fdd019611;p=modules%2Fsmesh.git 023046: EDF SMESH Regression: Field "Compare" in filters is not updated anymore --- diff --git a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx index c2f4bd6e2..0288e5656 100755 --- a/src/SMESHGUI/SMESHGUI_FilterDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_FilterDlg.cxx @@ -1824,9 +1824,9 @@ void SMESHGUI_FilterTable::onCriterionChanged (const int row, const int col, con case SMESH::FT_BelongToPlane: case SMESH::FT_BelongToCylinder: case SMESH::FT_BelongToGenSurface: - case SMESH::FT_LyingOnGeom: nbCompareSigns = 0; isThresholdEditable = true; break; + case SMESH::FT_LyingOnGeom: nbCompareSigns = 1; isThresholdEditable = true; break; - case SMESH::FT_RangeOfIds: nbCompareSigns = 0; isThresholdEditable = true; break; + case SMESH::FT_RangeOfIds: nbCompareSigns = 1; isThresholdEditable = true; break; case SMESH::FT_BadOrientedVolume: case SMESH::FT_BareBorderVolume: