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

Add Slider::clamp_to_range(bool)

This commit is contained in:
Emil Ernerfeldt
2021-01-25 19:55:08 +01:00
parent 2219e135fa
commit 6d57a24f35
3 changed files with 38 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Add support for secondary and middle mouse buttons.
* `egui::popup::popup_below_widget`: show a popup area below another widget.
* Add `Slider::clamp_to_range(bool)`: if set, clamp the incoming and outgoing values to the slider range.
### Changed 🔧