Fix for the "0052392: TC7.4.0: there is no magenta color for free

boundaries in VTK" issue: alaways display a preview for the free
boundaries in the Wireframe mode.
This commit is contained in:
rnv 2014-04-16 17:12:08 +04:00
parent df08a82ac5
commit a0b00a029a

View File

@ -218,7 +218,7 @@ void RepairGUI_FreeBoundDlg::SelectionIntoArgument()
myObj = anObj; myObj = anObj;
myEditCurrentArgument->setText(GEOMBase::GetName(myObj)); myEditCurrentArgument->setText(GEOMBase::GetName(myObj));
displayPreview(true, false, true, true, 3); displayPreview(true, false, true, true, 3, 0);
} }
//================================================================================= //=================================================================================