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

on_hover_text/ui many times will stack tooltips beneath the previous

This commit is contained in:
Emil Ernerfeldt
2020-12-13 13:14:58 +01:00
parent 5b0da17d91
commit 273212a63c
5 changed files with 29 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Changed default font to [Ubuntu-Light](https://fonts.google.com/specimen/Ubuntu).
* Remove minimum button width
* Refactored `egui::Layout` substantially, changing its interface.
* Calling ``on_hover_text`/`on_hover_ui` multiple times will stack tooltips underneath the previous ones.
### Removed 🔥