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

Fix context menu styling (#1043)

This commit is contained in:
Lampsitter
2022-01-06 12:17:12 +01:00
committed by GitHub
parent 7863f44111
commit b0ea4dc0b5
2 changed files with 27 additions and 30 deletions

View File

@@ -13,6 +13,8 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
### Changed 🔧
* Renamed `Ui::visible` to `Ui::is_visible`.
### Fixed 🐛
* Context menu now respects the theme ([#1043](https://github.com/emilk/egui/pull/1043))
## 0.16.1 - 2021-12-31 - Add back `CtxRef::begin_frame,end_frame`