개정판 d3b658ee
Revert "issue #001: Text Rotate Thumb Margin 수정 (기본 30에서 회전 시 top margin size가 변경되어 생긴 현상으로 30으로 고정)"
This reverts commit 3c4acae80aad5bfe75b67c566966b4204c344e19.
Change-Id: I23b8a1aa636152bd4d12df02fd2d91ea2ba458bb
KCOM/Controls/AdornerFinal.xaml.cs | ||
---|---|---|
705 | 705 |
{ |
706 | 706 |
maxY = textControlHeight + (currentControl as TextControl).EndPoint.Y; |
707 | 707 |
} |
708 |
if((currentControl as TextControl).ControlType_No == 2) |
|
708 |
if ((currentControl as TextControl).ControlType_No == 2)
|
|
709 | 709 |
marginSize = (((currentControl as TextControl).Base_TextPath).ActualHeight - ((currentControl as TextControl).Base_Border).ActualHeight) / 2 + (((dynamic)currentControl).LineSize.Left / 2) + (currentControl as TextControl).ArcLength - 30; |
710 | 710 |
if ((currentControl as TextControl).ControlType_No == 1) |
711 | 711 |
marginSize = ((dynamic)currentControl).LineSize.Left; |
내보내기 Unified diff