Changeset 3465 for lang/legacy-actionscript/as2draw/AS2Draw.as
- Timestamp:
- 12/23/07 04:13:18 (13 months ago)
- Files:
-
- 1 modified
-
lang/legacy-actionscript/as2draw/AS2Draw.as (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/legacy-actionscript/as2draw/AS2Draw.as
r3462 r3465 47 47 for (var i:Number = 0;i < l;i++) 48 48 { 49 var cb:ColorButton = new ColorButton(DEFAULT_COLORS[i] );49 var cb:ColorButton = new ColorButton(DEFAULT_COLORS[i], i); 50 50 tp.addButton(cb); 51 51 … … 97 97 mSelectedColorButton.setSelected(true); 98 98 99 mDrawable.getCurrentPen().color = aButton.getColor(); 99 mDrawable.getCurrentPen().color = aButton.getColor(); 100 mDrawable.getCurrentPen().color_index = aButton.getIndex(); 100 101 } 101 102
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)