프로젝트

일반

사용자정보

개정판 5a223b60

ID5a223b60655678578628bf0a31f830b0d94e225c
상위 ca938a38
하위 7fa95b67

백흠경이(가) 5달 전에 추가함

Fix: Approval로 등록된 심볼을 배치하지 못하는 오류 수정
- 심볼 배치 후 작업 영역을 클릭하면 MARKUS가 종료되는 오류 수정

Change-Id: I4e5be7f497aae8ba3f385c8efad688a7f82ae492

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
3032 3032
                    {
3033 3033
                        System.Windows.Controls.Control item = await MarkupParser.ParseExAsync(App.BaseAddress,ViewerDataModel.Instance.NewMarkupCancelToken(),App.ViewInfo.ProjectNO, parse, ViewerDataModel.Instance.MarkupControls_USER, ViewerDataModel.Instance.PageAngle, string.Empty, string.Empty,
3034 3034
                            STAMP_Contents: App.SystemInfo.STAMP_CONTENTS);
3035
                        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Commons.shortGuid();
3035
                        (item as MarkupToPDF.Common.CommentUserInfo).CommentID = Commons.ShortGuid();
3036 3036

  
3037 3037
                        ViewerDataModel.Instance.MarkupControls.Remove(item as MarkupToPDF.Common.CommentUserInfo);
3038 3038
                        ViewerDataModel.Instance.MarkupControls_USER.Remove(item as MarkupToPDF.Common.CommentUserInfo);
......
3085 3085

  
3086 3086
                    string temppath = System.IO.Path.GetTempPath();
3087 3087
                    //string filename = KCOM.Events.Save.shortCommentKey();
3088
                    string filename = Commons.shortFileKey();
3088
                    string filename = Commons.ShortFileKey();
3089 3089

  
3090 3090
                    System.Drawing.Image clipboardImage = System.Windows.Forms.Clipboard.GetImage();
3091 3091
                    clipboardImage.Save(temppath + "\\" + filename);
......
3159 3159
                    ViewerDataModel.Instance.UndoDataList.Add(UndoData);
3160 3160

  
3161 3161
                    ViewerDataModel.Instance.MarkupControls_USER.Add(currentControl as MarkupToPDF.Common.CommentUserInfo);
3162
                    currentControl.CommentID = Commons.shortGuid();
3162
                    currentControl.CommentID = Commons.ShortGuid();
3163 3163

  
3164 3164
                    currentControl.ApplyTemplate();
3165 3165
                    currentControl.SetImage();

내보내기 Unified diff

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