프로젝트

일반

사용자정보

개정판 20ef6ffe

ID20ef6ffe64f494660188a5c74e4c072b39375b48
상위 0cda2a88
하위 6f1a424d

임예철이(가) 약 5년 전에 추가함

Revert "markus 성능개선"

This reverts commit 0cda2a885008c0503d20d124631932685c72d462.

Reason for revert: <INSERT REASONING HERE>

Change-Id: Ibefadea6bec24a0b94e5f61f95f9e8d838ae369d

차이점 보기:

KCOM/MainWindow.xaml.cs
48 48
        {
49 49
            App.splashString(ISplashMessage.MAINWINDOW);
50 50
            this.Loaded += MainWindow_Loaded;
51
            this.Unloaded += MainWindow_Unloaded;
52 51
            this.PreviewKeyDown += new KeyEventHandler(KeyEventDownAction);
53 52
            this.SourceInitialized += new EventHandler(win_SourceInitialized);
54 53
        }
55 54

  
56
        private void MainWindow_Unloaded(object sender, RoutedEventArgs e)
57
        {
58
            //ViewerDataModel.Instance.ImageViewPath.UriSource = null;
59
            //ViewerDataModel.Instance.ImageViewPath_C.UriSource = null;
60
        }
61

  
62 55
        public static BitmapImage CursorChange()
63 56
        {
64 57
            BitmapImage bmp = new BitmapImage();
......
372 365
                        {
373 366
                            MinWidth = 400,
374 367
                            FontSize = 11,
375
                            Text = "Found unsaved comments. Save now?",
368
                            Text = "저장되지 않은 코멘트가 있습니다. 저장 하시겠습니까?",
376 369
                            TextWrapping = System.Windows.TextWrapping.Wrap
377 370
                        },
378 371
                        Header = "Confirm",
......
437 430
                        {
438 431
                            MinWidth = 400,
439 432
                            FontSize = 11,
440
                            Text = "Update is available. \n Update now?",
433
                            Text = "새로운 버전이 있습니다. \n업데이트 하시겠습니까?",
441 434
                            TextWrapping = System.Windows.TextWrapping.Wrap
442 435
                        },
443 436
                        Header = "Confirm",

내보내기 Unified diff

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