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

[window] Remove ability to throw windows

This commit is contained in:
Emil Ernerfeldt
2020-10-23 15:16:04 +02:00
parent fa831a2b55
commit 211d70b4f3
5 changed files with 5 additions and 42 deletions

View File

@@ -9,6 +9,7 @@
* Windows are now constrained to the screen
* Panels: you can now create panels using `SidePanel` and `TopPanel`.
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
* You can no longer throw windows
## 0.2.0 - 2020-10-10