mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Only show tooltips when mouse pointer is still (#2263)
* 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
This commit is contained in:
@@ -21,6 +21,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
|
||||
|
||||
### Changed 🔧
|
||||
* Panels always have a separator line, but no stroke on other sides. Their spacing has also changed slightly ([#2261](https://github.com/emilk/egui/pull/2261)).
|
||||
* Tooltips are only shown when mouse pointer is still ([#2263](https://github.com/emilk/egui/pull/2263)).
|
||||
|
||||
### Fixed 🐛
|
||||
* ⚠️ BREAKING: Fix text being too small ([#2069](https://github.com/emilk/egui/pull/2069)).
|
||||
|
||||
Reference in New Issue
Block a user