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

Godot 4.4dev6 typed dictionary enum keys are displayed as their int value in inspector #100487

Closed
gitsomebit opened this issue Dec 16, 2024 · 1 comment
Labels

Comments

@gitsomebit
Copy link

Tested versions

v4.4.dev6.official [1f47e4c]

System information

Godot v4.4.dev6 - Windows 10 - Compatibility

Issue description

Typed Dictionary enum keys are displayed as their int value in inspector after assignment. This is a pain to work with and should display the enum name similar to the dropdown from configuration shows or potentially both the enum name and its int representation. For example ENUM_NAME (0)

Image

Steps to reproduce

create an export variable of typed dictionary with the key being an enum. After adding a key-value pair in the inspector the key will be displayed as the int representation.

Minimal reproduction project (MRP)

dict_enum_key.zip

@gitsomebit
Copy link
Author

I overlooked that this is a duplicate of #96852 and will therefore close this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants