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

Change default tree visibility state for childField and childArrayField #11161

Closed
magnesj opened this issue Feb 2, 2024 · 0 comments · Fixed by #11162
Closed

Change default tree visibility state for childField and childArrayField #11161

magnesj opened this issue Feb 2, 2024 · 0 comments · Fixed by #11162
Assignees
Labels
System Refactoring or build/test system issues. Code improvments not directly affecting the user.

Comments

@magnesj
Copy link
Member

magnesj commented Feb 2, 2024

childField and childArrayField are often used to display the object as a direct child of the owner. The field is set hidden using this code

m_myField.uiCapability()->setUiTreeHidden( false );

This patter is used in almost all use cases. Change the default state for childField and childArrayField and remove

m_myField.uiCapability()->setUiTreeHidden( false );

and similar code.

@magnesj magnesj added the System Refactoring or build/test system issues. Code improvments not directly affecting the user. label Feb 2, 2024
@magnesj magnesj added this to the Maintenance 2024 - Sprint 02 milestone Feb 2, 2024
@magnesj magnesj self-assigned this Feb 2, 2024
@github-actions github-actions bot added the PendingRelease Issues is fixed and will be available in next release label Feb 5, 2024
@magnesj magnesj removed the PendingRelease Issues is fixed and will be available in next release label Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
System Refactoring or build/test system issues. Code improvments not directly affecting the user.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant