1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -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

@@ -5,6 +5,7 @@ All notable changes to the `egui_glow` integration will be noted in this file.
## Unreleased
* Improved logging on rendering failures.
* Add new `NativeOptions`: `vsync`, `multisampling`, `depth_buffer`, `stencil_buffer`.
* 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