Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Benualdo opened this issue Oct 19, 2024 · 0 comments
Assignees
Labels
bug Something isn't working but the program does not crash

Comments

@Benualdo
Copy link
Member

e.g.:

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

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

@Benualdo Benualdo added the bug Something isn't working but the program does not crash label Oct 19, 2024
@Benualdo Benualdo self-assigned this Oct 19, 2024
@Benualdo Benualdo changed the title Properties with the PropertyFlags::AlphabeticalOrder are not correctly displayed/serialized Properties with the 'PropertyFlags::AlphabeticalOrder' flag are not correctly displayed/serialized Oct 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working but the program does not crash
Projects
None yet
Development

No branches or pull requests

1 participant