チェンジセット 1485: as3/gunyarapaint/trunk
- コミット日時:
- 2008/10/02 14:41:03 (5 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/trunk/gunyarapaint/src/gplogplayer.mxml
r1482 r1485 80 80 new Com().sendGetUrlRequest(parameters['baseImgInfoUrl'], getBaseImgInfoHandler); 81 81 } else { 82 // 旧バージョン 82 83 play(); 83 84 } … … 93 94 94 95 private function createLogCan():void { 96 if (!baseImgInfo) { 97 baseImgInfo = {'width': baseImg.width, 'height': baseImg.height}; 98 } 95 99 logger = new GPLogger(oelog); 96 100 logcan = logger.createViewerCanvas(baseImg, baseImgInfo);

