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

Bug: list input remapping mode does not support scrolling #199

Closed
Maaack opened this issue Jan 10, 2025 · 1 comment · Fixed by #200
Closed

Bug: list input remapping mode does not support scrolling #199

Maaack opened this issue Jan 10, 2025 · 1 comment · Fixed by #200
Assignees
Labels
bug Something isn't working

Comments

@Maaack
Copy link
Owner

Maaack commented Jan 10, 2025

Found during debugging: Maaack/Godot-Options-Menus#12

@Maaack Maaack added the bug Something isn't working label Jan 10, 2025
@Maaack Maaack self-assigned this Jan 10, 2025
@Maaack
Copy link
Owner Author

Maaack commented Jan 10, 2025

In the meantime, if this is an issue, I recommended that developers switch the remapping mode back to the Tree UI. This is can be done by selecting the root Controls node of InputOptionsMenu.tscn, and then changing remapping_mode to Tree.
image

If you are on version 0.15.0, you'll need to manually set the visibility of the nodes. Make sure InputActionsList is hidden and InputActionsTree is visible.
image

@Maaack Maaack linked a pull request Jan 10, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant