show the standard hand cursor when hovering over any CommandButton

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@186 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Nathan Curtis
2007-04-05 22:02:31 +00:00
parent 3320ab34cd
commit e7c72867e5
@@ -39,6 +39,7 @@ public class CommandButton extends Button
public function CommandButton (cmd :String = null, arg :Object = null)
{
setCommand(cmd, arg);
buttonMode = true;
}
/**