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

Constrain menus to the screen

This commit is contained in:
Emil Ernerfeldt
2023-01-26 11:13:21 +01:00
parent 8ce0e1c520
commit 5b1cad2b72
2 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
* Don't render `\r` (Carriage Return) ([#2452](https://github.com/emilk/egui/pull/2452)).
* 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.
## 0.20.1 - 2022-12-11 - Fix key-repeat