• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

JavaScriptを色々あれこれしようとするがひたすら失敗を繰り返している


Commit MetaInfo

Revision18 (tree)
Time2016-11-16 08:46:15
Authortakoyaki_umaaaa

Log Message

(empty log message)

Change Summary

Incremental Difference

--- HtmlDrawApp/HTMLDrawApp/bin/Debug/AppX/js/UI_parts.js (revision 17)
+++ HtmlDrawApp/HTMLDrawApp/bin/Debug/AppX/js/UI_parts.js (revision 18)
@@ -278,7 +278,7 @@
278278 let orgwidth = parseInt(this.clingingPartner.dataset.orgwidth);
279279 let orgheight = parseInt(this.clingingPartner.dataset.orgheight);
280280 let scaleY = (this.scaleStartHeight + moveY) / orgheight * 100; // ★さらに初期倍率設定値を掛ける必要がある
281- this.renderFunc.enqueue(this.renderMouseMoveScale.bind(this, this.scaleStartWidth + moveX, this.scaleStartHeight + moveY, scaleX, scaleY));
281+ this.renderFunc.enqueue(this.renderMouseMoveScale.bind(this, this.scaleStartWidth + moveX, this.scaleStartHeight + moveY, scaleY));
282282 }
283283 break;
284284 }
--- HtmlDrawApp/HTMLDrawApp/js/UI_parts.js (revision 17)
+++ HtmlDrawApp/HTMLDrawApp/js/UI_parts.js (revision 18)
@@ -278,7 +278,7 @@
278278 let orgwidth = parseInt(this.clingingPartner.dataset.orgwidth);
279279 let orgheight = parseInt(this.clingingPartner.dataset.orgheight);
280280 let scaleY = (this.scaleStartHeight + moveY) / orgheight * 100; // ★さらに初期倍率設定値を掛ける必要がある
281- this.renderFunc.enqueue(this.renderMouseMoveScale.bind(this, this.scaleStartWidth + moveX, this.scaleStartHeight + moveY, scaleX, scaleY));
281+ this.renderFunc.enqueue(this.renderMouseMoveScale.bind(this, this.scaleStartWidth + moveX, this.scaleStartHeight + moveY, scaleY));
282282 }
283283 break;
284284 }