mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Pass more inner return values (#557)
* add Window.show_with_return * Fixed all missed opportunities to pass an inner return value
This commit is contained in:
@@ -6,6 +6,13 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Replaced all missed opportunities to return an inner return value. (this is a breaking change!)
|
||||
* `Area::show`
|
||||
* `ComboBox::show_ui`
|
||||
* `ComboBox::combo_box_with_label`
|
||||
* `Window::show`
|
||||
* `popup::*`
|
||||
* `menu::menu`
|
||||
|
||||
### Added ⭐
|
||||
* Plot:
|
||||
|
||||
Reference in New Issue
Block a user