프로젝트

일반

사용자정보

개정판 e36af3a8

IDe36af3a80d490d0ed7aa54c4d85dc6601354f244
상위 8ce5c897
하위 f19ebe30

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

issue #1031: IsPressCtrl, IsPressShift 속성을 현재 키보드 상태를 반환하도록 변경

Change-Id: I992c54b8fbe96c8b0fe923df790b76d7e333214c

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
333 333
                            ViewerDataModel.Instance._markupInfoList.Where(data => data.MarkupInfoID == (item as IKCOM.MarkupInfoItem).MarkupInfoID).FirstOrDefault().UpdateTime = DateTime.Now;
334 334
                            if (!ViewerDataModel.Instance.IsConsolidate && (sender != null))
335 335
                            {
336
                                if (ViewerDataModel.Instance.IsPressCtrl) ViewerDataModel.Instance.IsPressCtrl = false;
337 336
                                this.ParentOfType<MainWindow>().DialogMessage_Alert("Save 가 완료되었습니다.", "Alert");
338 337
                            }
339 338
                        }
......
404 403
        //강인구 추가
405 404
        public void Print_Start(string Type)
406 405
        {
407
            if (ViewerDataModel.Instance.IsPressCtrl)
408
            {
409
                ViewerDataModel.Instance.IsPressCtrl = false;
410
            }
411 406
            if (ViewerDataModel.Instance.MarkupControls_USER.Count > 0 || this.ParentOfType<MainWindow>().dzMainMenu.SelectLayer.Children.Count > 0)
412 407
            {
413 408
                var menu = this.ParentOfType<MainWindow>().dzMainMenu;

내보내기 Unified diff

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