프로젝트

일반

사용자정보

개정판 01cbc243

ID01cbc243e0796a632e2c0629f4d5735b1a8369dc
상위 8bb375a7
하위 eb2b9248

KangIngu 이(가) 6년 이상 전에 추가함

Arrow Text 생성시 Leader선이 가까운 Point로 이동하지 않는 문제 조치

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
1780 1780
                                {
1781 1781
                                    control.EndPoint = currentCanvasDrawingMouseMovePoint;
1782 1782
                                    Point tempPoint = control.EndPoint;
1783

  
1783
                                    //control.MidPoint = currentCanvasDrawingMouseMovePoint;
1784 1784

  
1785 1785
                                    if (ViewerDataModel.Instance.checkAxis || ViewerDataModel.Instance.IsPressShift)
1786 1786
                                    {
......
1791 1791
                                    {
1792 1792
                                        ViewerDataModel.Instance.AngleValue = MathSet.returnAngleString(control.StartPoint, ref tempPoint, false);
1793 1793
                                    }
1794
                                    control.MidPoint = MathSet.getMiddlePoint(control.StartPoint, control.EndPoint);
1794 1795
                                    control.isFixed = true;
1795 1796

  
1796 1797
                                    control.PointSet = new List<Point>
......
1848 1849
                                    {
1849 1850
                                        ViewerDataModel.Instance.AngleValue = MathSet.returnAngleString(control.StartPoint, ref tempPoint, false);
1850 1851
                                    }
1852

  
1853
                                    control.MidPoint = MathSet.getMiddlePoint(control.StartPoint, control.EndPoint);
1851 1854
                                    control.PointSet = new List<Point>
1852 1855
                                            {
1853 1856
                                                control.StartPoint,
......
1903 1906
                                    {
1904 1907
                                        ViewerDataModel.Instance.AngleValue = MathSet.returnAngleString(control.StartPoint, ref tempPoint, false);
1905 1908
                                    }
1909
                                    control.MidPoint = MathSet.getMiddlePoint(control.StartPoint, control.EndPoint);
1906 1910
                                    control.PointSet = new List<Point>
1907 1911
                                            {
1908 1912
                                                control.StartPoint,

내보내기 Unified diff

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