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

Add high-prio TODO to refactor layer system

This commit is contained in:
Emil Ernerfeldt
2020-10-21 22:20:30 +02:00
parent 35b949a2d8
commit 46e39d3dd9
2 changed files with 6 additions and 9 deletions

View File

@@ -5,8 +5,7 @@ TODO-list for the Egui project. If you looking for something to do, look here.
## Top priority
* Text input: text selection etc
* Fix `is_mouse_over_area()` for menu bar:
* Probably a good time to create some sort of `ctx.top_panel()` allocation system and refactor paint layers
* Refactor graphics layers and areas so one don't have to register LayerId:s.
## Other