프로젝트

일반

사용자정보

개정판 24c5e56c

ID24c5e56cba9a265a53397a5ffe348514c5f100b8
상위 c206d293
하위 ef22793a

김태성이(가) 4년 이상 전에 추가함

- 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

클립보드 이미지 추가 (최대 크기: 500 MB)