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

Combo boxes has a scroll area

Closes https://github.com/emilk/egui/issues/75
This commit is contained in:
Emil Ernerfeldt
2020-12-25 13:18:47 +01:00
parent d3eba239ed
commit 38e36fd806
3 changed files with 21 additions and 13 deletions

View File

@@ -30,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Made some more fields of `RawInput` optional.
* `Slider` and `DragValue` uses fewer decimals by default. See the full precision by hovering over the value.
* `egui::App`: added `fn name(&self)` and `fn clear_color(&self)`.
* Combo boxes has scroll bars when needed.
### Fixed 🐛