Skip to content

Commit

Permalink
icon should be variant
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Apr 8, 2024
1 parent 5f3eb01 commit 1e01142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/containers/menus/MenuItem.hx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import haxe.ui.styles.Style;
class MenuItem extends Box {
@:clonable @:behaviour(TextBehaviour) public var text:String;
@:clonable @:behaviour(ShortcutTextBehaviour) public var shortcutText:String;
@:clonable @:behaviour(IconBehaviour) public var icon:String;
@:clonable @:behaviour(IconBehaviour) public var icon:Variant;
@:clonable @:behaviour(ExpandableBehaviour) public var expandable:Bool;
}

Expand Down

0 comments on commit 1e01142

Please sign in to comment.