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

SlidSlider will now show the value display by default.

Turn off with slider.show_value(false)

Closes https://github.com/emilk/egui/issues/183
This commit is contained in:
Emil Ernerfeldt
2021-02-20 16:28:39 +01:00
parent 4e041185f1
commit 9a546ff97a
2 changed files with 37 additions and 18 deletions

View File

@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* Improve the positioning of tooltips.
* Only show tooltips if mouse is still.
* `Slider` will now show the value display by default, unless turned off with `.show_value(false)`.
## 0.9.0 - 2021-02-07 - Light Mode and much more