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

add popup_below_widget to show a popup area below another widget

Closes https://github.com/emilk/egui/issues/122
This commit is contained in:
Emil Ernerfeldt
2021-01-20 23:10:56 +01:00
parent 577aa2699f
commit 3bec7c4f68
4 changed files with 63 additions and 29 deletions

View File

@@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## Unreleased
### Added ⭐
* `egui::popup::popup_below_widget`: show a popup area below another widget
## 0.8.0 - 2021-01-17 - Grid layout & new visual style