개정판 d5e3aa15
issue #813 Angle 변경에 따른 무한 루프 수정
Angle 출력 오류 수정
Change-Id: I239d7712613119fdc1dc4e6853de98d9a3e3a60f
MarkupToPDF/Controls/Line/ArcControl.cs | ||
---|---|---|
542 | 542 |
this.MidPoint = new Point(0, 0); |
543 | 543 |
|
544 | 544 |
Point tmp = this.EndPoint; |
545 |
Angle = MathSet.returnAngle(this.StartPoint, ref tmp, true);
|
|
545 |
Angle = MathSet.returnAngle(this.StartPoint, ref tmp, bShiftKeyPressed);
|
|
546 | 546 |
|
547 | 547 |
if (bAxisLocked || bShiftKeyPressed) |
548 | 548 |
{ |
내보내기 Unified diff