]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for the "0052392: TC7.4.0: there is no magenta color for free
authorrnv <rnv@opencascade.com>
Wed, 16 Apr 2014 13:12:08 +0000 (17:12 +0400)
committerrnv <rnv@opencascade.com>
Wed, 16 Apr 2014 13:12:08 +0000 (17:12 +0400)
boundaries in VTK" issue: alaways display a preview for the free
boundaries in the Wireframe mode.

src/RepairGUI/RepairGUI_FreeBoundDlg.cxx

index 9fbff219f2e4f9944897150e8bd89240751f9261..4bb57553f87a55779f8eeba3454b0efcfe0ba008 100644 (file)
@@ -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);
 }
 
 //=================================================================================