프로젝트

일반

사용자정보

개정판 7d670466

ID7d67046614a25945b2c54caf355efcb730f4fc21
상위 8742caa5
하위 c076ec1e

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

Fixed a bug text type control disappeared when ESC key is pressed while drawing

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
2587 2587
                    (text_item_ as TextControl).Base_TextBox.Visibility = Visibility.Collapsed;
2588 2588
                    (text_item_ as TextControl).IsEditing = false;
2589 2589
                    (text_item_ as TextControl).EnableEditing = false;
2590
                    currentControl = null;
2590 2591
                }
2591 2592

  
2592 2593
                var Arrowtext_item_ = ViewerDataModel.Instance.MarkupControls_USER.Where(data => (data as ArrowTextControl) != null && (data as ArrowTextControl).IsEditingMode == true).FirstOrDefault();
......
2594 2595
                {
2595 2596
                    (Arrowtext_item_ as ArrowTextControl).IsEditingMode = false;
2596 2597
                    (Arrowtext_item_ as ArrowTextControl).Base_TextBox.Focusable = false;
2598
                    currentControl = null;
2597 2599
                }
2598 2600
            }
2599 2601

  

내보내기 Unified diff

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