mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 23:20:32 +05:00
Fix for PAL6643.
This commit is contained in:
parent
529a4c0bfc
commit
9481b237a1
@ -833,10 +833,13 @@ void SMESHGUI_FilterTable::SetCriterion (const int theRow,
|
|||||||
aTable->SetEditable(false, theRow, 4);
|
aTable->SetEditable(false, theRow, 4);
|
||||||
|
|
||||||
if (theCriterion.Type != FT_RangeOfIds &&
|
if (theCriterion.Type != FT_RangeOfIds &&
|
||||||
theCriterion.Type != FT_BelongToGeom &&
|
theCriterion.Type != FT_BelongToGeom &&
|
||||||
theCriterion.Type != FT_BelongToPlane &&
|
theCriterion.Type != FT_BelongToPlane &&
|
||||||
theCriterion.Type != FT_BelongToCylinder &&
|
theCriterion.Type != FT_BelongToCylinder &&
|
||||||
theCriterion.Type != FT_LyingOnGeom)
|
theCriterion.Type != FT_LyingOnGeom &&
|
||||||
|
theCriterion.Type != FT_FreeBorders &&
|
||||||
|
theCriterion.Type != FT_FreeEdges &&
|
||||||
|
theCriterion.Type != FT_BadOrientedVolume)
|
||||||
aTable->setText(theRow, 2, QString("%1").arg(theCriterion.Threshold, 0, 'g', 15));
|
aTable->setText(theRow, 2, QString("%1").arg(theCriterion.Threshold, 0, 'g', 15));
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user