개정판 64374bd8
Revert "markus 성능개선"
This reverts commit 0cda2a885008c0503d20d124631932685c72d462.
Reason for revert: <INSERT REASONING HERE>
Change-Id: I98dd349d529f53f5e0f5d353157490fc34f4e187
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