cohaereo/egui_glfw_gl

Bug: On Window Resize Egui looses the position

Opened this issue · 1 comments

When we change the value from
false to true inside glfw.window_hint(glfw::WindowHint::Resizable(true)) of the demo, the ui doesn't fit the total area. It seems the pivot is beeing set to the bottom left. The widgets become irresponsive, because the location where the interaction occurs doesn't change to the new location where the widgets are beeing draw.

bug.mp4

Thanks!

I will take a look at it later today