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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user