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
B
Bennet Bo Fenner committed
73ff8c0f1fd19ffcf93bc0bc2b8ba9d05f5eb935
Parent: 1c5d9c2
Committed by GitHub <noreply@github.com>
on 9/27/2024, 12:16:14 PM