개정판 08af623d
issue #000: 이미지 미 선택시 Alert 창 추가 & mouse 해제
Change-Id: Icc10c330bf2323b8d26a3b326567c232f887ddfa
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
1722 | 1722 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("Available Memory less than 4 mega byte", "Alert"); |
1723 | 1723 |
} |
1724 | 1724 |
} |
1725 |
else |
|
1726 |
{ |
|
1727 |
instanceToggle.IsChecked = false; |
|
1728 |
Common.ViewerDataModel.Instance.SelectedControl = ""; |
|
1729 |
Common.ViewerDataModel.Instance.ControlTag = null; |
|
1730 |
this.ParentOfType<MainWindow>().dzMainMenu.controlType = MarkupToPDF.Controls.Common.ControlType.None; |
|
1731 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.None; |
|
1732 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("이미지가 선택되지 않았습니다.", "Alert"); |
|
1733 |
} |
|
1725 | 1734 |
} |
1726 | 1735 |
catch(Exception ex) |
1727 | 1736 |
{ |
내보내기 Unified diff