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
After Window creation, one has to wait for a Resized event, otherwise Window::inner_size() will always return None.
I don't know what the best solution is here, but it might be better to split the test function into two parts: Window creation and testing. It looks to me like other backends encounter similar problems; e.g. in Softbuffer you have to wait until the window is mapped.
The text was updated successfully, but these errors were encountered:
After
Window
creation, one has to wait for aResized
event, otherwiseWindow::inner_size()
will always returnNone
.I don't know what the best solution is here, but it might be better to split the test function into two parts:
Window
creation and testing. It looks to me like other backends encounter similar problems; e.g. in Softbuffer you have to wait until the window is mapped.The text was updated successfully, but these errors were encountered: