1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Remember to update glow window size when DPI changes (#1441)

This commit is contained in:
Emil Ernerfeldt
2022-04-03 10:20:49 +02:00
committed by GitHub
parent aa6a2bb73f
commit 95efbbc03e
4 changed files with 18 additions and 4 deletions

View File

@@ -19,6 +19,7 @@ NOTE: [`egui_web`](../egui_web/CHANGELOG.md), [`egui-winit`](../egui-winit/CHANG
* Changed `App::update` to take `&mut Frame` instead of `&Frame`.
* `Frame` is no longer `Clone` or `Sync`.
* Add `glow` (OpenGL) context to `Frame` ([#1425](https://github.com/emilk/egui/pull/1425)).
* Fixed potential scale bug when DPI scaling changes (e.g. when dragging a window between different displays) ([#1441](https://github.com/emilk/egui/pull/1441)).
## 0.17.0 - 2022-02-22