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

Add CollapsingHeader::open to control if it is open or collapsed (#1006)

Closes https://github.com/emilk/egui/issues/978
This commit is contained in:
Emil Ernerfeldt
2021-12-28 10:45:32 +01:00
committed by GitHub
parent 2684929a5d
commit 369ce95bbd
2 changed files with 21 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
* When using a custom font you can now specify a font index ([#873](https://github.com/emilk/egui/pull/873)).
* Add vertical sliders with `Slider::new(…).vertical()` ([#875](https://github.com/emilk/egui/pull/875)).
* Add `Button::image_and_text` ([#832](https://github.com/emilk/egui/pull/832)).
* Add `CollapsingHeader::open` to control if it is open or collapsed ([#1006](https://github.com/emilk/egui/pull/1006)).
### Changed 🔧
* MSRV (Minimum Supported Rust Version) is now `1.56.0`.