-
Notifications
You must be signed in to change notification settings - Fork 30.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
debug: fix editor hover hiding too eagerly in debug mode (#200793)
* debug: fix editor hover hiding too eagerly in debug mode The hover controller still saw hovers as 'disabled', so it hid it too soon. Instead, in this PR, editor hovers are generally always enabled except when a debug hover is shown. Fixes #182213 While we're at it, make sticky=false work. I took an initial conservative approach of making non-sticky widgets only when there's not an interactable tree view in the hover. That fixes #197463 * debug: improve hover delay heuristic, allow changing without reload Fixes #180621
- Loading branch information
1 parent
686dae7
commit 789c802
Showing
3 changed files
with
123 additions
and
83 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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