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

[windows] Constrain windows to screen

This commit is contained in:
Emil Ernerfeldt
2020-10-21 16:24:36 +02:00
parent 39431afd03
commit 46ce9a4f3d
4 changed files with 32 additions and 15 deletions

View File

@@ -6,6 +6,7 @@
* Add ability to override text color with `visuals.override_text_color`
* Refactored the interface for `egui::app::App`
* Demo App: Add slider to scale all of Egui
* Windows are now constrained to the screen
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
## 0.2.0 - 2020-10-10