From c99ffa315b86aedd5c860132f339a103144cb3fe Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Wed, 13 Dec 2006 03:07:39 +0000 Subject: [PATCH] Made popping upwards not the default. (Which is more sensible anyway) git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4481 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/mx/controls/CommandMenu.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as/com/threerings/mx/controls/CommandMenu.as b/src/as/com/threerings/mx/controls/CommandMenu.as index 0f8901466..fa404b5ec 100644 --- a/src/as/com/threerings/mx/controls/CommandMenu.as +++ b/src/as/com/threerings/mx/controls/CommandMenu.as @@ -60,7 +60,7 @@ public class CommandMenu extends Menu * Actually pop up the menu. This can be used instead of show(). */ public function popUp ( - trigger :DisplayObject, popUpwards :Boolean = true) :void + trigger :DisplayObject, popUpwards :Boolean = false) :void { var r :Rectangle = trigger.getBounds(trigger.stage);