svnno****@sourc*****
svnno****@sourc*****
2009年 5月 9日 (土) 22:37:46 JST
Revision: 1146
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1146
Author: dhrname
Date: 2009-05-09 22:37:46 +0900 (Sat, 09 May 2009)
Log Message:
-----------
画像を読み込むたびに、NAIBU.PaintColorのキャッシュを初期化するようにした
Modified Paths:
--------------
branches/04x/047/sie.js
Modified: branches/04x/047/sie.js
===================================================================
--- branches/04x/047/sie.js 2009-05-09 13:35:29 UTC (rev 1145)
+++ branches/04x/047/sie.js 2009-05-09 13:37:46 UTC (rev 1146)
@@ -1933,6 +1933,7 @@
STdocument.read(ob);
STdocument.set(ob);
STdocument = regw = regh = null;
+ NAIBU.PaintColor.prototype.cache = {}; //キャッシュの初期化
alert((new Date()).getTime() - dnd.getTime());
if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();}
}