Changeset 3462 for lang/legacy-actionscript/as2draw/AS2Draw.as
- Timestamp:
- 12/23/07 04:07:06 (13 months ago)
- Files:
-
- 1 modified
-
lang/legacy-actionscript/as2draw/AS2Draw.as (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/legacy-actionscript/as2draw/AS2Draw.as
r3382 r3462 59 59 pushedColorButton(defaultColor); 60 60 } 61 62 { 63 var ub:UndoButton = new UndoButton(); 64 ub.buttonAlign = true; 65 tp.addButton(ub); 66 67 ub.afterPush = function() {_this.pushedUndoButton();}; 68 } 69 } 70 71 private function pushedUndoButton() 72 { 73 mDrawable.removeTopLayer(); 61 74 } 62 75
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)