From a0b00a029a6104f00c12c46ccd367afb732f4ab0 Mon Sep 17 00:00:00 2001 From: rnv Date: Wed, 16 Apr 2014 17:12:08 +0400 Subject: [PATCH] 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. --- src/RepairGUI/RepairGUI_FreeBoundDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } //================================================================================= -- 2.39.2