Changeset 3462 for lang/legacy-actionscript/as2draw/ToolPalette.as
- Timestamp:
- 12/23/07 04:07:06 (13 months ago)
- Files:
-
- 1 modified
-
lang/legacy-actionscript/as2draw/ToolPalette.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/legacy-actionscript/as2draw/ToolPalette.as
r3302 r3462 48 48 var v:MovieClip = aBtn.createView(mMC, mItems.length+1); 49 49 50 v._x = mNextLeft; 51 mNextLeft += aBtn.buttonWidth; 50 if (!alignRight) { 51 v._x = mNextLeft; 52 mNextLeft += aBtn.buttonWidth; 53 } 54 else { 55 v._x = mNextRight - aBtn.buttonWidth; 56 mNextRight -= aBtn.buttonWidth; 57 } 52 58 53 59 mItems.push(aBtn);
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)