1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

Improve the positioning of tooltips

This commit is contained in:
Emil Ernerfeldt
2021-02-20 10:33:33 +01:00
parent d5bb85b245
commit 4354f7582f
7 changed files with 91 additions and 27 deletions

View File

@@ -14,6 +14,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Add `egui::plot::Plot` to plot some 2D data
* Add `Ui::hyperlink_to(label, url)`.
### Changed 🔧
* Improve the positioning of tooltips.
## 0.9.0 - 2021-02-07 - Light Mode and much more
<img src="media/0.9.0-disabled.gif" width="50%">