프로젝트

일반

사용자정보

개정판 76688e76

ID76688e76e822471eb70474f94c676f8ae92d5c1c
상위 4d009db9
하위 b9fc46fb, 0068e4c6

김동진이(가) 5년 이상 전에 추가함

issue #1136: Text Control 포커스 수정. final pdf 상태체크 시 오류난것은 제외.

Change-Id: Id7ac4d247208f496ef8ce5397f2bf27eeefac48e

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
2142 2142
                {
2143 2143
                    (item as ArrowTextControl).Base_TextBox.IsHitTestVisible = false;
2144 2144
                }
2145
                else if (item as TextControl != null)
2146
                {
2147
                    (item as TextControl).Base_TextBox.IsHitTestVisible = false;
2148
                }
2145 2149
            }
2146 2150

  
2147 2151
            //if (currentControl != null)
2148 2152
            {
2149 2153
                var text_item_ = ViewerDataModel.Instance.MarkupControls_USER.Where(data => (data as TextControl) != null && (data as TextControl).Base_TextBox.Visibility == Visibility.Visible).FirstOrDefault();
2150
                if (text_item_ != null)
2154
                if (text_item_ != null )
2151 2155
                {
2152 2156
                    (text_item_ as TextControl).Base_TextBlock.Visibility = Visibility.Visible;
2153 2157
                    (text_item_ as TextControl).Base_TextBox.Visibility = Visibility.Collapsed;

내보내기 Unified diff

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