From: vsr Date: Tue, 21 Oct 2014 06:48:55 +0000 (+0400) Subject: IPAL52533: TC7.5.0: 3D Sketch - preview of angle value is wrong X-Git-Tag: V7_5_0b1~14 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a8bbe4660f22efec885568b1a0aa37754b140c8f;p=modules%2Fgeom.git IPAL52533: TC7.5.0: 3D Sketch - preview of angle value is wrong --- diff --git a/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx b/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx index 4178882f1..09b96a294 100755 --- a/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx +++ b/src/EntityGUI/EntityGUI_3DSketcherDlg.cxx @@ -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 );