diff --git a/CHANGELOG.md b/CHANGELOG.md index 604d7939..45f42d47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 🐛 diff --git a/egui/src/containers/combo_box.rs b/egui/src/containers/combo_box.rs index 54795cd3..5d34e7d7 100644 --- a/egui/src/containers/combo_box.rs +++ b/egui/src/containers/combo_box.rs @@ -23,6 +23,8 @@ pub fn combo_box( selected: impl Into