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

Add Frame::canvas - bright in bright mode, dark in dark mode (#1362)

and use it in the demo app
This commit is contained in:
Emil Ernerfeldt
2022-03-14 12:33:17 +01:00
committed by GitHub
parent 29c52e8eb6
commit 002158050b
6 changed files with 42 additions and 15 deletions

View File

@@ -5,7 +5,15 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
## Unreleased
* Fixed ComboBoxes always being rendered left-aligned ([1304](https://github.com/emilk/egui/pull/1304))
### Added ⭐
* Added `Frame::canvas` ([1362](https://github.com/emilk/egui/pull/1362)).
### Changed 🔧
### Fixed 🐛
* Fixed ComboBoxes always being rendered left-aligned ([1304](https://github.com/emilk/egui/pull/1304)).
## 0.17.0 - 2022-02-22 - Improved font selection and image handling