프로젝트

일반

사용자정보

개정판 b0fb3ad7

IDb0fb3ad72eea3fdc4809aa787c1b8543159ad88b
상위 6c12fd2e
하위 97e8ad04

이지연이(가) 5년 이상 전에 추가함

issue #979 Text Control 에 커서가 있는 상태에서 Paste시 Control Data가 Text로 들어가는 현상

차이점 보기:

MarkupToPDF/Controls/Text/ArrowTextControl.cs
101 101

  
102 102
        void Base_TextBox_SizeChanged(object sender, SizeChangedEventArgs e)
103 103
        {
104
            if (Base_TextBox.Text.Contains("|OR||DZ|"))
105
            {
106
                Base_TextBox.Text = this.ArrowText;
107
            }
108

  
104 109
            this.ArrowText = Base_TextBox.Text;
105 110
            BoxWidth = e.NewSize.Width;
106 111
            BoxHeight = e.NewSize.Height;

내보내기 Unified diff

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