프로젝트

일반

사용자정보

개정판 65246dc9

ID65246dc9b729a36f4773c83b76efa3feb699f01f
상위 e66f22eb
하위 05f4d127

KangIngu 이(가) 약 7년 전에 추가함

컨트롤을 그리는 도중에 Selection 버튼을 클릭했을때 Selection 기능이 되지 않음
(그리는 도중 상단 Selection버튼 선택 시 생성하던 Control 삭제 후 Selection 모드)

차이점 보기:

KCOM/Events/Implementation/TopMenuEvent.cs
1918 1918
                    #endregion
1919 1919
                    #region Select
1920 1920
                    case "Select":
1921
                        if(this.ParentOfType<MainWindow>().dzMainMenu.currentControl != null)
1922
                        {
1923
                            ViewerDataModel.Instance.MarkupControls_USER.Remove(this.ParentOfType<MainWindow>().dzMainMenu.currentControl);
1924
                            this.ParentOfType<MainWindow>().dzMainMenu.currentControl = null;
1925
                        }
1921 1926
                        this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.Selecting;
1922 1927
                        instanceMain.dzMainMenu.controlType = MarkupToPDF.Controls.Common.ControlType.None;
1923 1928
                        instanceMain.dzMainMenu.isLeftMouseButtonDownOnWindow = false;

내보내기 Unified diff

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