mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-25 02:10:32 +05:00
IPAL52533: TC7.5.0: 3D Sketch - preview of angle value is wrong
This commit is contained in:
parent
77aff1d975
commit
a8bbe4660f
@ -1707,7 +1707,7 @@ Handle(AIS_AngleDimension) EntityGUI_3DSketcherDlg::createAISAngleDimension(doub
|
||||
|
||||
Handle(AIS_AngleDimension) anIO = new AIS_AngleDimension( P1, P0, P2 );
|
||||
|
||||
anIO->SetCustomValue( theAngle );
|
||||
//anIO->SetCustomValue( theAngle );
|
||||
|
||||
SUIT_ResourceMgr* resMgr = SUIT_Session::session()->resourceMgr();
|
||||
int w = resMgr->integerValue( "Geometry", "measures_line_width", 1 );
|
||||
|
Loading…
Reference in New Issue
Block a user