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

bug fix: only catch clicks on currently open windows

This commit is contained in:
Emil Ernerfeldt
2020-05-10 10:32:28 +02:00
parent 3a1d677840
commit dba494e306
4 changed files with 27 additions and 11 deletions

View File

@@ -13,7 +13,6 @@ This is the core library crate Emigui. It is fully platform independent without
* [x] Tooltip
* [x] Movable/resizable windows
* [x] Kinetic windows
* [ ] BUG FIX: Don't catch clicks on closed windows
* [ ] Windows should open from Regions and be boxed by parent region.
* Then we could open the example app inside a window in the example app, recursively.
* [ ] Scroll areas