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

Slider, by default clamp to range (#789)

* Slider, by default clamp to range

* Update change log.
This commit is contained in:
Cristian Dinu
2021-10-12 15:15:32 -04:00
committed by GitHub
parent fc45b6fdf2
commit 1c4237097f
2 changed files with 3 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
* By default, `DragValue`:s no longer show a tooltip when hovered. Change with `Style::explanation_tooltips`.
* Smaller and nicer color picker.
* `ScrollArea` will auto-shrink to content size unless told otherwise using `ScollArea::auto_shrink`.
* By default, `Slider`'s `clamp_to_range` is set to true.
### Fixed 🐛
* Fix wrongly sized multiline `TextEdit` in justified layouts.