프로젝트

일반

사용자정보

개정판 38d69491

ID38d69491020d2a565b7158e53b39c70500b84548
상위 3276cb1c
하위 92c9cab8

김태성이(가) 약 일년 전에 추가함

issue #00000 ctrl+S입력시 텍스트박스 입력 완료 되도록 수정

Change-Id: Id4ab97a53ab61022f5a2ac4d5ae63cd14338c2a7

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
998 998
        //강인구 주석 풀기
999 999
        public void UnEditingMode()
1000 1000
        {
1001

  
1002 1001
            TextBoxVisibility = Visibility.Collapsed;
1003 1002
            TextBlockVisibility = Visibility.Visible;
1004 1003

  
1005
            if (UnderLine != null)
1006
                Base_TextBlock.TextDecorations = UnderLine;
1004
            if (Base_TextBlock != null)
1005
            {
1006
                if (UnderLine != null)
1007
                    Base_TextBlock.TextDecorations = UnderLine;
1007 1008

  
1008
            Base_TextBlock.Margin =
1009
                 new Thickness(Base_TextBox.Margin.Left + 4, Base_TextBox.Margin.Top + 4,
1010
                     Base_TextBox.Margin.Right + 4, Base_TextBox.Margin.Bottom + 4);
1009
                Base_TextBlock.Margin =
1010
                     new Thickness(Base_TextBox.Margin.Left + 4, Base_TextBox.Margin.Top + 4,
1011
                         Base_TextBox.Margin.Right + 4, Base_TextBox.Margin.Bottom + 4);
1012
            }
1013

  
1014
            this.BaseTextbox_Caret.Visibility = Visibility.Collapsed;
1011 1015
        }
1012 1016

  
1013 1017
        private void SetArrowTextPath(bool IsInit = false)

내보내기 Unified diff

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