Emil Ernerfeldt
Emil Ernerfeldt
This looks very promising! Can you please add a working example too? 🙏
The native os window, or `egui::Window`? Do you have a screenshot?
Thanks for your investigation! First of all: your posts are easier to read if you add proper [markdown code blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). You should be able to read the minimized state with...
Very similar to: * https://github.com/emilk/egui/issues/3462
I think this is fixed now
I'm not sure why the CI isn't kicking in. Perhaps try merging in latest `master` and see if it helps?
Looks good, except for the missing newline
bump! I cannot commit my suggested change
also needs merge of `master`
`Widnwo::show` returns where it currently is. I guess you want an API for getting the position of any `Area` or `Window` given its `Id`. I think we could add that,...