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

Pick default multiline on Labels based on layout and if text contains \n

This commit is contained in:
Emil Ernerfeldt
2020-12-13 13:57:17 +01:00
parent 273212a63c
commit b15bd76596
2 changed files with 21 additions and 5 deletions

View File

@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* 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.
* Text wrapping on labels, buttons, checkboxes and radio buttons is now based on the layout.
### Removed 🔥