프로젝트

일반

사용자정보

개정판 14963423

ID149634235cde26b1d9351410cd651e59989b52cc
상위 7b031678
하위 f48bd1c5

임예철이(가) 10달 전에 추가함

textbox cursor size 변경

Change-Id: I583f4db9aabf7c09f56304912b2dcf9b4cdb04d5

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
3925 3925
                                    {
3926 3926
                                        ControlType = controlType
3927 3927
                                    };
3928
                                    (currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize;
3928
                                    
3929 3929
                                    currentControl.CommentID = Commons.shortGuid();
3930 3930
                                    currentControl.IsNew = true;
3931 3931
                                    currentControl.MarkupInfoID = App.Custom_ViewInfoId;
3932 3932
                                    ViewerDataModel.Instance.MarkupControls_USER.Add(currentControl);
3933 3933
                                    currentControl.SetValue(Canvas.ZIndexProperty, 3);
3934

  
3935 3934
                                    currentControl.SetValue(TextControl.CanvasXProperty, CanvasDrawingMouseDownPoint.X);
3936 3935
                                    currentControl.SetValue(TextControl.CanvasYProperty, CanvasDrawingMouseDownPoint.Y);
3937 3936

  
3937
                                    (currentControl as TextControl).TextSize = ViewerDataModel.Instance.TextSize;
3938
                                    (currentControl as TextControl).IsHighLight = ViewerDataModel.Instance.checkHighShape;
3938 3939
                                    (currentControl as TextControl).ControlType_No = 0;
3939 3940
                                    (currentControl as TextControl).CommentAngle -= rotate.Angle;
3940
                                    (currentControl as TextControl).IsHighLight = ViewerDataModel.Instance.checkHighShape;
3941 3941
                                    (currentControl as TextControl).ApplyTemplate();
3942 3942
                                    (currentControl as TextControl).Base_TextBox.Focus();
3943 3943
                                    (currentControl as TextControl).SetFontFamily(this.ParentOfType<MainWindow>().dzTopMenu.GetFontFamily().FontFamily);

내보내기 Unified diff

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