1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Fix bug with the layout of wide DragValue:s

This commit is contained in:
Emil Ernerfeldt
2021-04-18 23:10:12 +02:00
parent c07f439b28
commit 0351662763
3 changed files with 13 additions and 2 deletions

View File

@@ -17,6 +17,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
### Fixed 🐛
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288).
* Fix bug with the layout of wide `DragValue`:s.
## 0.11.0 - 2021-04-05 - Optimization, screen reader & new layout logic