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
This commit is contained in:
Ray Greenwell
2006-12-13 03:07:39 +00:00
parent c0b89ae7a5
commit c99ffa315b
@@ -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);