dev
リビジョン | c99b44963045cd0b1787790afe1ce4d293edc5d4 (tree) |
---|---|
日時 | 2014-01-14 00:49:11 |
作者 | Kimura Youichi <kim.upsilon@bucy...> |
コミッター | Kimura Youichi |
サムネイル画像の読み込み時に発生した例外が処理される前にタスクがキャンセルされてしまう問題の修正 (thx @5px!)
@@ -95,7 +95,7 @@ namespace OpenTween | ||
95 | 95 | } |
96 | 96 | picbox.Image = t2.Result; |
97 | 97 | }, |
98 | - cancelToken, TaskContinuationOptions.AttachedToParent, uiScheduler); | |
98 | + CancellationToken.None, TaskContinuationOptions.AttachedToParent, uiScheduler); | |
99 | 99 | |
100 | 100 | var tooltipText = thumb.TooltipText; |
101 | 101 | if (!string.IsNullOrEmpty(tooltipText)) |