프로젝트

일반

사용자정보

개정판 7ad417d8

ID7ad417d8de593b89ab81b0cc011ceafb54a3bf3c
상위 c4a8d205
하위 01f69275

이지연이(가) 9달 전에 추가함

issue #000: TextControl - Thickness 적용, view setting 값 그대로 적용

Change-Id: Ic75e25bf8dad1961e94b305faf3de8cdfcd936e9

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
4125 4125
                                    {
4126 4126
                                        System.Diagnostics.Debug.WriteLine(ex.ToString());
4127 4127
                                    }
4128

  
4128
                                    (currentControl as ArrowTextControl).ArcLength = ViewerDataModel.Instance.ArcLength;
4129 4129
                                    (currentControl as ArrowTextControl).Base_TextBox.IsHitTestVisible = false;
4130 4130
                                    (currentControl as ArrowTextControl).EnableEditing = false;
4131 4131
                                    (currentControl as ArrowTextControl).IsNew = false;
......
4374 4374
                                    (currentControl as ArrowTextControl).SetFontFamily((this.ParentOfType<MainWindow>().dzTopMenu.comboFontFamily.SelectedValue as Markus.Fonts.MarkusFont).FontFamily);
4375 4375
                                    //20180903 LJY 회전된 방향으로 화면에 출력되지 않는 문제 수정
4376 4376
                                    (currentControl as ArrowTextControl).CommentAngle -= rotate.Angle;
4377

  
4377
                                    (currentControl as ArrowTextControl).ArcLength = ViewerDataModel.Instance.ArcLength;
4378 4378
                                    (currentControl as ArrowTextControl).ApplyTemplate();
4379 4379
                                    (currentControl as ArrowTextControl).Base_TextBox.Focus();
4380 4380
                                    ViewerDataModel.Instance.SetAngleVisible(Visibility.Visible);
......
4425 4425

  
4426 4426
                                    //20180903 LJY 회전된 방향으로 화면에 출력되지 않는 문제 수정
4427 4427
                                    (currentControl as ArrowTextControl).CommentAngle -= rotate.Angle;
4428
                                    (currentControl as ArrowTextControl).ArcLength = ViewerDataModel.Instance.ArcLength;
4428 4429
                                    (currentControl as ArrowTextControl).SetFontFamily(this.ParentOfType<MainWindow>().dzTopMenu.GetFontFamily().FontFamily);
4429 4430
                                    (currentControl as ArrowTextControl).ApplyTemplate();
4430 4431
                                    (currentControl as ArrowTextControl).Base_TextBox.Focus();

내보내기 Unified diff

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