OSDN Git Service

キャッシュ上限誤コミット訂正(ゴメン
authorkiri_feather <kiri_feather@users.sourceforge.jp>
Mon, 13 Sep 2010 08:52:06 +0000 (08:52 +0000)
committerKimura Youichi <kim.upsilon@bucyou.net>
Sat, 18 Feb 2012 14:15:26 +0000 (23:15 +0900)
git-svn-id: http://svn.sourceforge.jp/svnroot/tween/trunk@857 e39ad16e-3079-482e-bb30-4b4d378143b6

Tween/Tween.vb

index 29e6e87..ab95b2e 100644 (file)
@@ -981,7 +981,7 @@ Public Class TweenMain
         End If
 
         'アイコンリスト作成
-        TIconDic = New ImageCacheDictionary(Path.Combine(Path.GetTempPath(), "Tween" + Environment.TickCount.ToString()), 300)
+        TIconDic = New ImageCacheDictionary(Path.Combine(Path.GetTempPath(), "Tween" + Environment.TickCount.ToString()), 3000)
 
         tw.DetailIcon = TIconDic