diff --git a/src/as/com/threerings/flex/CommandMenu.as b/src/as/com/threerings/flex/CommandMenu.as index 3e085e92..e4aeb2c7 100644 --- a/src/as/com/threerings/flex/CommandMenu.as +++ b/src/as/com/threerings/flex/CommandMenu.as @@ -93,7 +93,6 @@ public class CommandMenu extends ScrollableArrowMenu public function CommandMenu () { super(); - variableRowHeight = true; itemRenderer = new ClassFactory(CommandMenuItemRenderer); @@ -185,6 +184,7 @@ public class CommandMenu extends ScrollableArrowMenu menu.maxHeight = this.maxHeight; menu.verticalScrollPolicy = this.verticalScrollPolicy; menu.arrowScrollPolicy = this.arrowScrollPolicy; + menu.variableRowHeight = this.variableRowHeight; menu.parentMenu = this; menu.owner = this;