From d3e447398ef2be38515df640aa00b14b461c7c77 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Sat, 23 Feb 2008 00:27:45 +0000 Subject: [PATCH] Should fix menus for flex 3. git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@427 ed5b42cb-e716-0410-a449-f6a68f950b19 --- src/as/com/threerings/flex/menuClasses/CommandListData.as | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/flex/menuClasses/CommandListData.as b/src/as/com/threerings/flex/menuClasses/CommandListData.as index 49d7c4e0..d7ebacf6 100644 --- a/src/as/com/threerings/flex/menuClasses/CommandListData.as +++ b/src/as/com/threerings/flex/menuClasses/CommandListData.as @@ -25,9 +25,9 @@ package com.threerings.flex.menuClasses { import mx.core.IFlexDisplayObject; import mx.core.IUIComponent; -import mx.controls.listClasses.ListData; +import mx.controls.menuClasses.MenuListData; -public class CommandListData extends ListData +public class CommandListData extends MenuListData { /** An already-instantiated icon, to use if the icon property is null. */ public var iconObject :IFlexDisplayObject;