개정판 d064038c
issue #1039: page rotate 시 panel update error ->load cache option 수정.
issue #1038: page 이동 시 코멘트 저장 수정(SaveEvent ->_SaveEvent)
Change-Id: I59d5b8bbed8db0384b00c2e853eddea7d6e1dfb9
KCOM/Views/MainMenu.xaml.cs | ||
---|---|---|
553 | 553 |
App.splashString(ISplashMessage.MAINMENU_1); |
554 | 554 |
if (ViewerDataModel.Instance.UndoDataList.Count > 0) |
555 | 555 |
{ |
556 |
this.ParentOfType<MainWindow>().dzTopMenu.SaveEvent(null, null); |
|
556 |
this.ParentOfType<MainWindow>().dzTopMenu._SaveEvent(null, null);
|
|
557 | 557 |
} |
558 | 558 |
|
559 | 559 |
ViewerDataModel.Instance.UndoDataList.Clear(); |
... | ... | |
597 | 597 |
|
598 | 598 |
var defaultBitmapImage = new BitmapImage(); |
599 | 599 |
defaultBitmapImage.BeginInit(); |
600 |
defaultBitmapImage.CreateOptions = BitmapCreateOptions.IgnoreImageCache; |
|
600 | 601 |
defaultBitmapImage.CacheOption = BitmapCacheOption.OnLoad; |
601 | 602 |
defaultBitmapImage.UriSource = new Uri(uri); |
602 | 603 |
defaultBitmapImage.DecodePixelWidth = Int32.Parse(e.CurrentPage.PAGE_WIDTH); |
내보내기 Unified diff