개정판 2007ecaa
thumbnail을 별도의 프로세스에서 download 하도록 수정
Change-Id: Ica8432a3fbe5e44d92412ec91290097deddeee71
KCOM/Common/TempFile.cs | ||
---|---|---|
471 | 471 |
// public static Dispatcher Dispatcher { get; } |
472 | 472 |
public static void TempFileAdd() |
473 | 473 |
{ |
474 |
System.Windows.Application.Current.Dispatcher.Invoke(DispatcherPriority.Normal, new Action(delegate
|
|
474 |
System.Windows.Application.Current.Dispatcher.Invoke(DispatcherPriority.Background, new Action(delegate
|
|
475 | 475 |
{ |
476 | 476 |
if (ViewerDataModel.Instance.UndoDataList.Count > 0) |
477 | 477 |
{ |
내보내기 Unified diff