HacksWidget: Merge tooltips for disabled settings into balloontips#14589
Merged
JosJuice merged 3 commits intoJun 28, 2026
Conversation
Move function declarations before variable declarations.
mbc07
approved these changes
Apr 14, 2026
mbc07
left a comment
Member
There was a problem hiding this comment.
I wasn't even aware that separate hover tip was a thing when using the Null backend, and I'm all in for using our custom tooltips everywhere we can. Can't comment on code specifics, but I did some light testing on Windows and it works as expected, so LGTM...
When GPU Texture Decoding is disabled, explain why in the BalloonTip instead of spawning a separate tooltip.
When a backend doesn't support BoundingBox, show that information in the BalloonTip instead of spawning a separate tooltip.
Dentomologist
force-pushed
the
merge_tooltips_for_disabled_settings_into_balloontips
branch
from
April 16, 2026 20:40
36d8ed8 to
518f5f4
Compare
jordan-woyak
approved these changes
Apr 17, 2026
Dentomologist
deleted the
merge_tooltips_for_disabled_settings_into_balloontips
branch
June 28, 2026 19:44
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For
Disable Bounding Box, merge the separate tooltip shown when the backend doesn't support Bounding Box into the normal tooltip.For
GPU Texture Decodingdo the same thing, and also clarify whenArbitrary Mipmap Detectionis currently disabling the setting.Some images showing the
GPU Texture Decodingchanges: