1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Fix Window::pivot causing windows to move around (#2694)

* Fix Window::pivot causing windows to move around

* Add line to changelog
This commit is contained in:
Emil Ernerfeldt
2023-02-08 12:41:36 +01:00
committed by GitHub
parent a8d5a82a7f
commit e8b9e706ca
4 changed files with 50 additions and 27 deletions

View File

@@ -43,6 +43,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
* The `button_padding` style option works closer as expected with image+text buttons now ([#2510](https://github.com/emilk/egui/pull/2510)).
* Fixed rendering of `…` (ellipsis).
* Menus are now moved to fit on the screen.
* Fix `Window::pivot` causing windows to move around ([#2694](https://github.com/emilk/egui/pull/2694)).
## 0.20.1 - 2022-12-11 - Fix key-repeat