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