チェンジセット 1833

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

fixed circle tool and eraser bug

ファイル:

凡例:

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

    r1798 r1833  
    168168  ]]> 
    169169  </mx:Script> 
    170   <mx:Label x="313" y="11" text="ver.2008110801"/> 
     170  <mx:Label x="313" y="11" text="ver.2008111401"/> 
    171171</mx:Application> 
  • as3/gunyarapaint/trunk/gunyarapaint/src/gunyarapaint.mxml

    r1798 r1833  
    4242  <mx:Button id="windowsResetButton" x="10" y="101" label="ウィンドウ初期状態" width="99" paddingLeft="0" paddingRight="0" paddingTop="0" paddingBottom="0" height="17"/> 
    4343  <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.2008110801"/> 
     44  <mx:Label id="versionLabel" x="580" y="101" text="ver.2008111401"/> 
    4545</mx:Application> 
  • as3/gunyarapaint/trunk/gunyarapaint/src/org/libspark/gunyarapaint/controls/PenDetailControlScript.as

    r1775 r1833  
    230230  case GPPen.PEN_MODE_HAND: 
    231231  case GPPen.PEN_MODE_LINE: 
     232  case GPPen.PEN_MODE_CIRCLE: 
    232233    thicknessButton1.enabled = true; 
    233234    thicknessButton2.enabled = true; 
  • as3/gunyarapaint/trunk/picokakiko/src/picokakiko.mxml

    r1503 r1833  
    1010  <mx:Script source="picokakiko.as"> 
    1111  </mx:Script> 
    12   <mx:Label x="10" y="383" text="ver.2008100401"/> 
     12  <mx:Label x="10" y="383" text="ver.2008111401"/> 
    1313  <mx:Label x="28" y="7" text="名前"/> 
    1414  <mx:TextInput id="fromTextInput" x="61" y="3" maxChars="32" fontSize="14" width="154"/>