개정판 24c5e56c
- final pdf Font 추가
- Markus navi 속도 최적화 Key input 최적화
Change-Id: I7f2cf1933e86017d7b1df9ef4bd3048a8e80a653
KCOM/Controls/AdornerFinal.xaml.cs | ||
---|---|---|
363 | 363 |
|
364 | 364 |
private void TextControlPropertyChanged(object sender, System.ComponentModel.PropertyChangedEventArgs e) |
365 | 365 |
{ |
366 |
if (sender is TextBox)
|
|
366 |
if (sender is TextControl)
|
|
367 | 367 |
{ |
368 | 368 |
TextCompensation = true; |
369 | 369 |
BorderUpdate(); |
370 |
((sender as TextBox).Parent as TextControl).Base_TextBlock.TextDecorations = ((sender as TextBox).Parent as TextControl).UnderLine; |
|
371 | 370 |
} |
372 | 371 |
} |
373 | 372 |
|
... | ... | |
893 | 892 |
|
894 | 893 |
this.Members.Last().ThumbList.Add(tm); |
895 | 894 |
|
896 |
if ((markT == ControlType.ArcLine && list[i] == (member as ArcControl).MidPoint) || (markT == ControlType.ArcArrow && list[i] == (member as ArrowArcControl).MidPoint)) |
|
895 |
if ((markT == ControlType.ArcLine && list[i] == (member as ArcControl).MidPoint) || (markT == ControlType.ArcArrow && list[i] == (member as ArrowArcControl).MiddlePoint))
|
|
897 | 896 |
{ |
898 | 897 |
tm.Style = (Style)this.LayoutRoot.Resources["ThumbArcControlStyle"]; |
899 | 898 |
} |
내보내기 Unified diff