개정판 b0fb3ad7
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