チェンジセット 1485: as3/gunyarapaint/trunk

差分発生行の前後
無視リスト:
コミット日時:
2008/10/02 14:41:03 (5 年前)
コミッタ:
tasuku
ログメッセージ:

fixed bug on empty info of oekaki player

ファイル:

凡例:

変更無し
追加
削除
更新
コピー
移動
  • as3/gunyarapaint/trunk/gunyarapaint/src/gplogplayer.mxml

    r1482 r1485  
    8080      new Com().sendGetUrlRequest(parameters['baseImgInfoUrl'], getBaseImgInfoHandler); 
    8181    } else { 
     82      // 旧バージョン 
    8283      play(); 
    8384    } 
     
    9394 
    9495  private function createLogCan():void { 
     96    if (!baseImgInfo) { 
     97      baseImgInfo = {'width': baseImg.width, 'height': baseImg.height}; 
     98    } 
    9599    logger = new GPLogger(oelog); 
    96100    logcan = logger.createViewerCanvas(baseImg, baseImgInfo);