We use the wee arrows for scrolling, so turn off the scrollbar.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@146 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Ray Greenwell
2007-02-03 01:14:53 +00:00
parent 9006af28b9
commit 8a063533cf
@@ -40,6 +40,7 @@ public class CommandMenu extends ScrollableArrowMenu
public function CommandMenu ()
{
super();
verticalScrollPolicy = ScrollPolicy.OFF;
addEventListener(MenuEvent.ITEM_CLICK, itemClicked);
// addEventListener(MenuEvent.MENU_SHOW, handleMenuShown);