Fix EditorInspector tooltip disappearing in special cases #105576
Merged
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.
Fixes #104672
Fixes #105572
EditorInspector tooltips seems to be affected by waccom drivers after #95044
This makes ProjectSettings, EditorSettings and Inspector tooltips disappear very fast even if you don't move the mouse.
Having a waccom driver installed seems to be enough for this to happen, as I have this issue without a pen tablet connected.
Disabling the internal process of the tooltip's EditorHelpBitTooltip solves this issue.
Everything is still working fine on windows. But some testing in other OS's would be appreciated.
Problem:
latest.mp4
Fixed:
fix.mp4
PS: Feel free to close this PR if someone more knowledgeable knows how to fix this issue in a better way.