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

Add mouse-over explanation to duplicate ID warning

This commit is contained in:
Emil Ernerfeldt
2020-12-16 20:29:46 +01:00
parent 471314bb44
commit 91e5295db2
3 changed files with 24 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* `ImageButton` - `ui.add(ImageButton::new(...))`.
* `ui.vertical_centered` and `ui.vertical_centered_justified`.
* Mouse-over explanation to duplicate ID warning
### Changed 🔧