프로젝트

일반

사용자정보

개정판 3c71b3a5

ID3c71b3a50a242bae59271faa25fb4515049540b6
상위 12caf251
하위 b7813553, 997071b8

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

issue #000: merged master

Change-Id: Id7e766c44e158848f168c86ae220da1700fa36ad

차이점 보기:

KCOM/Views/MainMenu.xaml.cs
2115 2115
        }
2116 2116

  
2117 2117
        private void zoomAndPanControl_MouseDown(object sender, MouseButtonEventArgs e)
2118
        {
2119
            zoomAndPanControl.Focus();
2118
        {            
2120 2119
            var set_option = this.ParentOfType<MainWindow>().dzTopMenu.Parent.ChildrenOfType<RadNumericUpDown>().Where(item => item.IsKeyboardFocusWithin).FirstOrDefault();
2121 2120
            if (set_option != null && !string.IsNullOrEmpty(set_option.ContentText))
2122 2121
            {
2123 2122
                set_option.Value = double.Parse(set_option.ContentText);
2124 2123
                //set_option.Focusable = false;
2125
                
2124
                zoomAndPanControl.Focus();
2126 2125
            }
2127 2126

  
2128 2127
            ConvertInkControlToPolygon();

내보내기 Unified diff

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