チェンジセット 133 : branches

差分発生行の前後
無視リスト:
更新日時:
2010/12/26 03:50:15 (17 か月 前)
更新者:
h
ログメッセージ:

refs #57
とりあえず、0.1秒のタイムアウトで強制セット。

ファイル:
1 変更

凡例:

変更なし
追加
削除
  • branches/release-1.0/chrome/content/vocalofx.js

    r114 r133  
    491491                this.setVocalofxSkinImage(); 
    492492                this.setVocalofxPalletMenu(); 
     493 
     494                var timeoutID = setTimeout(function(){ 
     495                        vocalofx.setVocalofxImagePosition(); 
     496                        clearTimeout(timeoutID); 
     497                }, 100); 
    493498        } 
    494499        ,