mirror of
https://github.com/emilk/egui.git
synced 2026-07-15 19:18:54 +00:00
b1e71d308f
* Only show tooltips when mouse pointer is still Revert to the old behavior by setting `style.interaction.show_tooltips_only_when_still = false`. * Area: take `impl Into<Id>` * refactor tooltips * Fix was_tooltip_open_last_frame * Bug fix * Add some spacing between tooltips