개정판 fa48eb85
issue #1000 컨트롤 angle 수정/ Textcontrol 텍스트 선택 수정
Change-Id: I56b5c6295adb7409774045545f30f16a920be96c
KCOM/Events/RedoCommand.cs | ||
---|---|---|
83 | 83 |
|
84 | 84 |
if ((item.Markup as IViewBox) != null) |
85 | 85 |
{ |
86 |
(item.Markup as IViewBox).Angle = item.Angle; |
|
86 |
(item.Markup as IViewBox).CommentAngle = item.Angle;
|
|
87 | 87 |
} |
88 | 88 |
if ((item.Markup as TextControl) != null) |
89 | 89 |
{ |
90 |
(item.Markup as TextControl).Angle = item.Angle; |
|
90 |
(item.Markup as TextControl).CommentAngle = item.Angle;
|
|
91 | 91 |
|
92 | 92 |
Canvas.SetLeft((item.Markup as TextControl), item.PointSet[0].X); |
93 | 93 |
Canvas.SetTop((item.Markup as TextControl), item.PointSet[0].Y); |
내보내기 Unified diff