프로젝트

일반

사용자정보

개정판 b0fb3ad7

IDb0fb3ad72eea3fdc4809aa787c1b8543159ad88b
상위 6c12fd2e
하위 97e8ad04

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

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

차이점 보기:

MarkupToPDF/Controls/Text/TextControl.cs
145 145

  
146 146
        void Base_TextBox_SizeChanged(object sender, SizeChangedEventArgs e)
147 147
        {
148
            if (Base_TextBox.Text.Contains("|OR||DZ|"))
149
            {
150
                Base_TextBox.Text = this.Text;
151
            }
152

  
148 153
            this.Text = Base_TextBox.Text;
149 154
            BoxWidth = e.NewSize.Width;
150 155
            BoxHeight = e.NewSize.Height;
151 156
            this.ApplyTemplate();
152
            DrawingCloud();
157
            DrawingCloud();           
153 158
        }
154 159

  
155 160
        void TextControl_GotFocus(object sender, RoutedEventArgs e)

내보내기 Unified diff

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