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

[egui_glium] Fix set_window_size for non-native pixels_per_point

This commit is contained in:
Emil Ernerfeldt
2021-01-17 11:53:55 +01:00
parent 1f2aebc25a
commit 718eec4b89
2 changed files with 8 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed 🐛
* Fix a bug where key releases weren't sent to Egui
* Fix `set_window_size` for non-native `pixels_per_point`.
## 0.7.0 - 2021-01-04