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
I found the source of the bug. In Conf, window_resizable needs to be set to true, otherwise the window won't resize at all. The bug also goes away if there is no Conf function.
On Windows and MacOS, my Conf function, and subsequent request_new_screen_size() call, works as expected, even with window_resizable: false
On Linux X11,
request_screen_size
doesn't panic (an improvement from 0.3) but it doesn't actually do anything.The text was updated successfully, but these errors were encountered: