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:
@@ -40,6 +40,7 @@ public class CommandMenu extends ScrollableArrowMenu
|
|||||||
public function CommandMenu ()
|
public function CommandMenu ()
|
||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
|
verticalScrollPolicy = ScrollPolicy.OFF;
|
||||||
|
|
||||||
addEventListener(MenuEvent.ITEM_CLICK, itemClicked);
|
addEventListener(MenuEvent.ITEM_CLICK, itemClicked);
|
||||||
// addEventListener(MenuEvent.MENU_SHOW, handleMenuShown);
|
// addEventListener(MenuEvent.MENU_SHOW, handleMenuShown);
|
||||||
|
|||||||
Reference in New Issue
Block a user