Skip to content

Commit

Permalink
fieldList was never being set
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Jul 28, 2024
1 parent beb97de commit 47c540b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haxe/ui/core/ItemRenderer.hx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ class ItemRenderer extends Box {
fieldList.push(i.substr(4));
}
}
_fieldList = fieldList;
}
_fieldList = fieldList;
} else {
_fieldList = ["text"];
}
Expand Down

0 comments on commit 47c540b

Please sign in to comment.