개정판 8898253f
issue #1133: TextControl LineSize, TextSize 수정 시 이벤트 누락.
Change-Id: I1bfd83d31b3f8e3dbc5be2bc6b2fa1cf46af2f3c
MarkupToPDF/Controls/Text/ArrowTextControl.cs | ||
---|---|---|
126 | 126 |
} |
127 | 127 |
|
128 | 128 |
this.ArrowText = Base_TextBox.Text; |
129 |
BoxWidth = e.NewSize.Width; |
|
130 |
BoxHeight = e.NewSize.Height; |
|
131 |
SetArrowTextPath(); |
|
132 |
} |
|
129 |
|
|
130 |
} |
|
131 |
BoxWidth = e.NewSize.Width; |
|
132 |
BoxHeight = e.NewSize.Height; |
|
133 |
SetArrowTextPath(); |
|
133 | 134 |
} |
134 | 135 |
|
135 | 136 |
#region Properties |
내보내기 Unified diff