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

Replace ctx.background_ui with CentralPanel

This commit is contained in:
Emil Ernerfeldt
2020-10-24 18:37:20 +02:00
parent 44a7cac046
commit 4b549a773e
8 changed files with 100 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
* You can no longer throw windows
* `Context::begin_frame()` no longer returns anything.
* Put your widgets into a `SidePanel`, `TopPanel`, `Window` or into `ctx.background_ui()`.
* Put your widgets into a `SidePanel`, `TopPanel`, `CentralPanel`, `Window` or `Area`.
## 0.2.0 - 2020-10-10