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

Do less rounding of positions to pixel boundaries

Fixes https://github.com/emilk/egui/issues/27
This commit is contained in:
Emil Ernerfeldt
2020-10-18 14:47:12 +02:00
parent a4e19d7207
commit b8642b4db4
4 changed files with 2 additions and 6 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
* Fix a bug where some regions would slowly grow for non-integral scales (`pixels_per_point`).
## 0.2.0 - 2020-10-10