1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 14:50:03 -04:00

Only show tooltips if mouse is still.

This commit is contained in:
Emil Ernerfeldt
2021-02-20 10:45:19 +01:00
parent 4354f7582f
commit 741f0bfe8a
3 changed files with 34 additions and 4 deletions

View File

@@ -11,12 +11,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Added ⭐
* Add `egui::plot::Plot` to plot some 2D data
* Add `egui::plot::Plot` to plot some 2D data.
* Add `Ui::hyperlink_to(label, url)`.
### Changed 🔧
* Improve the positioning of tooltips.
* Only show tooltips if mouse is still.
## 0.9.0 - 2021-02-07 - Light Mode and much more