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

Broken item list display #2609

Open
cNori opened this issue May 17, 2024 · 3 comments
Open

Broken item list display #2609

cNori opened this issue May 17, 2024 · 3 comments
Labels
bug Something isn't working editor
Milestone

Comments

@cNori
Copy link
Contributor

cNori commented May 17, 2024

Issue description:
image

Steps to reproduce:
create script add a filed

    public struct Potato
    {
        public enum PoatatoType
        {
            none,
            rusted
        }
        public int LestTestThis;
    }
    public List<Potato> m_PotatoList;

Flax version:
6a883bc

@Menotdan
Copy link
Contributor

Does it still break if you remove the enum declaration? The enum declaration seems out of place.

@cNori
Copy link
Contributor Author

cNori commented May 17, 2024

Does it still break if you remove the enum declaration?

yes

@Tryibion
Copy link
Member

Tryibion commented May 17, 2024

This and #2530 stem from the same issue. There is something not working with when the code tries to reuse a properties list. It is like the control child index that the labels tries to use is off/does not get assigned correctly.

@mafiesto4 mafiesto4 added bug Something isn't working editor labels May 17, 2024
@mafiesto4 mafiesto4 added this to the 1.9 milestone May 17, 2024
@mafiesto4 mafiesto4 changed the title Master broken list display Broken item list display May 17, 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 editor
Projects
None yet
Development

No branches or pull requests

4 participants