개정판 65246dc9
컨트롤을 그리는 도중에 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