개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
MarkupToPDF/Controls/Polygon/PolygonControl.cs | ||
---|---|---|
496 | 496 | |
497 | 497 |
if (bAxisLocked || bShiftKeyPressed) |
498 | 498 |
{ |
499 |
Angle = MathSet.returnAngle(this.PointSet[this.PointSet.Count - 1], ref tmp, bShiftKeyPressed); |
|
499 |
CommentAngle = MathSet.returnAngle(this.PointSet[this.PointSet.Count - 1], ref tmp, bShiftKeyPressed);
|
|
500 | 500 |
} |
501 | 501 | |
502 | 502 |
this.PointSet.Add(tmp); |
내보내기 Unified diff