프로젝트

일반

사용자정보

개정판 b35682c3

IDb35682c3c8787869343164136cbe3f89dded6516
상위 d70c967a
하위 f0dba314

김태성이(가) 약 5년 전에 추가함

issue #0007 angle 문제 수정( Key event가 이상함)

Change-Id: I7af7ff329c12375823c4111233f091ad6a7dcdaa

차이점 보기:

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

클립보드 이미지 추가 (최대 크기: 500 MB)