mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 01:30:32 +05:00
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:
parent
df08a82ac5
commit
a0b00a029a
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user