개정판 ab7fe8c0
Fix: Sign, Image Control에서 AxisLock이 설정되어 있으면 혹은 Shift Key를 누르면 크기를 정비율로 수정되도록 수정
Change-Id: I2f4b32afd4792e40bc896de780751c4680c9deee
KCOM/Events/Implementation/TopMenuEvent.cs | ||
---|---|---|
2008 | 2008 |
this.ParentOfType<MainWindow>().dzMainMenu.mouseHandlingMode = IKCOM.MouseHandlingMode.None; |
2009 | 2009 |
App.FileLogger.Error("Image Converter ",ex); |
2010 | 2010 |
|
2011 |
this.ParentOfType<MainWindow>().DialogMessage_Alert("System Error" , "Alert");
|
|
2011 |
this.ParentOfType<MainWindow>().DialogMessage_Alert(ex.Message, "Alert");
|
|
2012 | 2012 |
} |
2013 | 2013 |
} |
2014 | 2014 |
|
내보내기 Unified diff