チェンジセット 1798
- コミット日時:
- 2008/11/08 14:49:05 (5 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/gunyarapaint/trunk/gunyarapaint/src/gplogplayer.mxml
r1691 r1798 168 168 ]]> 169 169 </mx:Script> 170 <mx:Label x="313" y="11" text="ver.20081 02301"/>170 <mx:Label x="313" y="11" text="ver.2008110801"/> 171 171 </mx:Application> as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.mxml
r1795 r1798 42 42 <mx:Button id="windowsResetButton" x="10" y="101" label="ウィンドウ初期状態" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17"/> 43 43 <mx:Button id="passwordButton" x="117" y="101" label="ふっかつのじゅもん" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17" enabled="false"/> 44 <mx:Label id="versionLabel" x="580" y="101" text="ver.20081 02301"/>44 <mx:Label id="versionLabel" x="580" y="101" text="ver.2008110801"/> 45 45 </mx:Application> as3/gunyarapaint/trunk/gunyarapaint/src/org/libspark/gunyarapaint/entities/GPPen.as
r1775 r1798 206 206 clearDrawShape(); 207 207 setLineStyle(); 208 _drawShape.graphics.drawCircle( fromX, fromY, radius);208 _drawShape.graphics.drawCircle(zz(fromX), zz(fromY), radius); 209 209 } 210 210

