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

Fix spinbox scrolling for advanced importer controls. #98016

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

SaracenOne
Copy link
Member

Closes #98015
Attempts to do this by removing the PROPERTY_USAGE_UPDATE_ALL_IF_MODIFIED flag on a bunch of parameters where it doesn't seem nessecary. If anyone can explain why these are here, please let me know, otherwise, this should fix the UX problem outlined in the issue.

@SaracenOne SaracenOne added this to the 4.4 milestone Oct 9, 2024
@SaracenOne SaracenOne requested a review from a team as a code owner October 9, 2024 12:24
Copy link
Contributor

@kitbdev kitbdev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to #52266 (comment), these should have all been removed but only the precision one was.
Tested and it looks good.

@akien-mga akien-mga force-pushed the fix_importer_scroll branch from 92b4c85 to 048788f Compare January 14, 2025 10:37
@akien-mga akien-mga merged commit 413f60d into godotengine:master Jan 14, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

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.

Editor SpinBox properties in Advanced Importer are broken.
3 participants