프로젝트

일반

사용자정보

개정판 d3b658ee

IDd3b658eef60e905d57c34ab73e39ef52d3c7eeb7
상위 3c4acae8
하위 6a3b7ee0

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

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

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