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

Changed: ui.allocate_painter returns a Response

This commit is contained in:
Emil Ernerfeldt
2020-12-26 19:50:18 +01:00
parent 48dfcde65f
commit 58fcf0f2a1
3 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
* You can now control the minimum and maixumum number of decimals to show in a `Slider` or `DragValue`.
* Add `egui::math::Rot2`: rotation helper.
* `Response` now contains the `Id` of the widget it pertains to.
* `ui.allocate_response` that allocated space and checks for interactions.
* `ui.allocate_response` that allocates space and checks for interactions.
### Changed 🔧