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

Add Ui::add_visible and Ui::add_visible_ui

Also rename `Ui::visible` to `Ui::is_visible`.
This commit is contained in:
Emil Ernerfeldt
2021-12-30 22:39:41 +01:00
parent db110b1690
commit 4ef21380a2
3 changed files with 78 additions and 10 deletions

View File

@@ -7,6 +7,12 @@ NOTE: [`epaint`](epaint/CHANGELOG.md), [`eframe`](eframe/CHANGELOG.md), [`egui_w
## Unreleased
### Added ⭐
* Added `Ui::add_visible` and `Ui::add_visible_ui`.
### Changed 🔧
* Renamed `Ui::visible` to `Ui::is_visible`.
## 0.16.0 - 2021-12-29 - Context menus and rich text