개정판 666bb823
issue #000: textControl ArcLength Save안되는 현상 수정, Line 두께에 따라 Textbox 글씨가 안보이는 현상 수정중, 텍스트Control들 LineSize만큼 넓혔을 경우 회전시 두개의 박스가 따로 노는 현상으로 주석
Change-Id: I0b51d8d41c74ab458b611de2a41ce777d613705b
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
4067 | 4067 |
(currentControl as TextControl).CommentAngle = Ang; |
4068 | 4068 |
(currentControl as TextControl).ControlType_No = 2; |
4069 | 4069 |
(currentControl as TextControl).IsHighLight = ViewerDataModel.Instance.checkHighShape; |
4070 |
(currentControl as TextControl).ArcLength = ViewerDataModel.Instance.ArcLength; |
|
4070 | 4071 |
(currentControl as TextControl).ApplyTemplate(); |
4071 |
|
|
4072 |
|
|
4072 | 4073 |
(currentControl as TextControl).SetFontFamily(this.ParentOfType<MainWindow>().dzTopMenu.GetFontFamily().FontFamily); |
4073 | 4074 |
|
4074 | 4075 |
(currentControl as TextControl).Base_TextBox.Focus(); |
내보내기 Unified diff