You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the all_winit_glium or all_winit_wgpu examples and the window is resized to an extremely narrow width, it enters an infinite loop and hangs.
(In KDE Plasma I can resize the window to basically zero width. Windows seems to force a minimum width, but you can cheat by changing the line conrod_core::UiBuilder::new to use a small width like 10.0 to reproduce the hang.)
The text was updated successfully, but these errors were encountered:
When running the
all_winit_glium
orall_winit_wgpu
examples and the window is resized to an extremely narrow width, it enters an infinite loop and hangs.(In KDE Plasma I can resize the window to basically zero width. Windows seems to force a minimum width, but you can cheat by changing the line
conrod_core::UiBuilder::new
to use a small width like10.0
to reproduce the hang.)The text was updated successfully, but these errors were encountered: