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

[Tree] Improve navigation with row select mode #96232

Merged
merged 1 commit into from
Sep 8, 2024

Conversation

AThousandShips
Copy link
Member

@AThousandShips AThousandShips commented Aug 28, 2024

Allows navigating with the ui_left/right actions when selecting rows, fixing a navigation inconsistency

Now pressing ui_left on an expanded item with children collapses it, just like with other selection modes, and moves up otherwise (specialized behavior due to column count), and pressing ui_right expands a collapsed item, and moves down otherwise (again specialized behavior)

To test this open help search and navigate there

Discovered while working on:

Allows navigating with the `ui_left/right` actions when selecting rows,
fixing a navigation inconsistency
@akien-mga akien-mga modified the milestones: 4.x, 4.4 Sep 8, 2024
@akien-mga akien-mga merged commit 325c1cf into godotengine:master Sep 8, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@AThousandShips AThousandShips deleted the tree_navigate_row branch September 9, 2024 05:52
@AThousandShips
Copy link
Member Author

Thank you!

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

Successfully merging this pull request may close these issues.

3 participants