From: masakih Date: Mon, 7 Dec 2015 15:06:00 +0000 (+0900) Subject: スクリーンショットを削除した時にキャッシュが保存されていない問題を修正 X-Git-Tag: 1.4b2~3 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=eeee3ab798c8d235a52ea7634217500b18bd0634;p=kcd%2FKCD.git スクリーンショットを削除した時にキャッシュが保存されていない問題を修正 --- diff --git a/KCD/HMScreenshotListWindowController.m b/KCD/HMScreenshotListWindowController.m index 699dcbc9..695db6b0 100644 --- a/KCD/HMScreenshotListWindowController.m +++ b/KCD/HMScreenshotListWindowController.m @@ -234,6 +234,7 @@ NSUInteger selectionIndex = self.screenshotsController.selectionIndex; [self.screenshotsController removeObjectAtArrangedObjectIndex:selectionIndex]; + [self saveCache]; [self incrementCacheVersionForPath:imagePath];