From: rnv Date: Wed, 16 Apr 2014 13:12:08 +0000 (+0400) Subject: Fix for the "0052392: TC7.4.0: there is no magenta color for free X-Git-Tag: V7_4_0rc1~18^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a0b00a029a6104f00c12c46ccd367afb732f4ab0;p=modules%2Fgeom.git 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. --- diff --git a/src/RepairGUI/RepairGUI_FreeBoundDlg.cxx b/src/RepairGUI/RepairGUI_FreeBoundDlg.cxx index 9fbff219f..4bb57553f 100644 --- a/src/RepairGUI/RepairGUI_FreeBoundDlg.cxx +++ b/src/RepairGUI/RepairGUI_FreeBoundDlg.cxx @@ -218,7 +218,7 @@ void RepairGUI_FreeBoundDlg::SelectionIntoArgument() myObj = anObj; myEditCurrentArgument->setText(GEOMBase::GetName(myObj)); - displayPreview(true, false, true, true, 3); + displayPreview(true, false, true, true, 3, 0); } //=================================================================================