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 theme StyleBox override parameter completion #92296

Merged
merged 1 commit into from
May 28, 2024

Conversation

timothyqiu
Copy link
Member

There was no parameter completion for methods like add_theme_stylebox_override(). It's because the completion code checked for the wrong method names (*_style_* instead of *_stylebox_*) :P

Also added missing completion for remove_theme_*_override().

Also added completion for remove_theme_*_override.
@timothyqiu timothyqiu added this to the 4.3 milestone May 24, 2024
@timothyqiu timothyqiu requested a review from a team as a code owner May 24, 2024 00:21
@akien-mga akien-mga merged commit 13a32e2 into godotengine:master May 28, 2024
16 checks passed
@akien-mga
Copy link
Member

Thanks!

@timothyqiu timothyqiu deleted the complete-remove-override branch May 28, 2024 14:32
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.

2 participants