zed/crates/title_bar
Bennet Bo Fenner 73ff8c0f1f
Fix missing tooltips for selected buttons (#18435)
Reverts #13857. Hiding tooltips for selected buttons prevents tooltips
like "Close x dock" from showing up, see #14938 for an example.
The intention of the original PR was to hide the "Show application menu"
tooltip, while the context menu is open.
In order to fix this without breaking other UI elements, we track the
state of the context menu using `PopoverMenuHandle` now, which allows us
to prevent the tooltip from showing up while the context menu is open.

Closes #14938

Release Notes:

- Fixed an issue where some tooltips would not show up
2024-09-27 14:16:14 +02:00
..
src Fix missing tooltips for selected buttons (#18435) 2024-09-27 14:16:14 +02:00
Cargo.toml Show current plan in user menu (#15513) 2024-07-30 17:38:16 -04:00
LICENSE-GPL Extract title_bar crate (#13597) 2024-06-27 19:14:13 -04:00