mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 15:13:12 -04:00
* 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