개정판 90e7968d
issue #000: daelim source compare 중
Change-Id: I010a1b75dae4b786e1c2a51a34c923eafd384667
MarkupToPDF/Controls/Text/TextControl.cs | ||
---|---|---|
128 | 128 |
|
129 | 129 |
void Base_TextBlock_SizeChanged(object sender, SizeChangedEventArgs e) |
130 | 130 |
{ |
131 |
|
|
132 |
|
|
131 | 133 |
this.Text = Base_TextBox.Text; |
132 | 134 |
|
133 | 135 |
BoxWidth = e.NewSize.Width; |
... | ... | |
154 | 156 |
BoxWidth = e.NewSize.Width; |
155 | 157 |
BoxHeight = e.NewSize.Height; |
156 | 158 |
this.ApplyTemplate(); |
157 |
DrawingCloud();
|
|
159 |
DrawingCloud(); |
|
158 | 160 |
} |
159 | 161 |
|
160 | 162 |
void TextControl_GotFocus(object sender, RoutedEventArgs e) |
내보내기 Unified diff