-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
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
Make TextureButton
and Button
update on texture change
#77159
Make TextureButton
and Button
update on texture change
#77159
Conversation
dfa0c20
to
91c588b
Compare
Realized the bug was about |
91c588b
to
4e58485
Compare
TextureButton
update on texture changeTextureButton
and Button
update on texture change
4e58485
to
639dac9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, good job! I've added a comment but I am not 100% it is relevant.
Thanks!
877c28c
to
9310576
Compare
9310576
to
d4ac3b6
Compare
Thanks! That should actually address some editor issues with custom type icons too. |
Thank you! |
Should I go ahead and cherry-pick this one as #75016 is getting a 3.x version? |
@AThousandShips Yes, sure, I think we can backport both changes. |
Then I'll open, tested it out and code works |
Fixes: #63801 (partially)
Using the approach from #75532
Does not work for
click_mask
asBitMap
does not use thechanged
signal, out of scope for this PR to add that