개정판 e36af3a8
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