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:
@@ -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 🐛
|
||||
|
||||
|
||||
Reference in New Issue
Block a user