프로젝트

일반

사용자정보

개정판 d5e3aa15

IDd5e3aa15faab2649bd7805849c23ae0386632946
상위 168f8027
하위 7aa36857

김태성이(가) 약 5년 전에 추가함

issue #813 Angle 변경에 따른 무한 루프 수정
Angle 출력 오류 수정

Change-Id: I239d7712613119fdc1dc4e6853de98d9a3e3a60f

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
1682 1682
        private void zoomAndPanControl_MouseUp(object sender, MouseButtonEventArgs e)
1683 1683
        {
1684 1684
            IsDrawing = false;
1685

  
1685
    
1686 1686
            if (mouseHandlingMode != MouseHandlingMode.None)
1687 1687
            {
1688 1688
                if (mouseHandlingMode == MouseHandlingMode.Drawing)
......
1711 1711
                }
1712 1712
                else if (mouseHandlingMode == MouseHandlingMode.Selecting && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.Capture && e.ChangedButton == MouseButton.Left || mouseHandlingMode == MouseHandlingMode.DragZoom && e.ChangedButton == MouseButton.Left)
1713 1713
                {
1714
                    ViewerDataModel.Instance.AngleVisibility = Visibility.Collapsed;
1715

  
1714 1716
                    if (isLeftMouseButtonDownOnWindow)
1715 1717
                    {
1716 1718
                        bool wasDragSelectionApplied = false;

내보내기 Unified diff

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