Skip to content

Properties with the 'PropertyFlags::AlphabeticalOrder' flag are not correctly displayed/serialized #22

Description

@Benualdo

e.g.:

registerPropertyEnum(UITextComponent, renderer::Font, m_font, "Font");
is OK.

But
registerPropertyEnumEx(UITextComponent, renderer::Font, m_font, "Font", PropertyFlags::AlphabeticalOrder)
is not.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working but the program does not crash

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions