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 have found a work around by calling an explicit call to the winapi::um::winuser::DestroyWindow, however it seems like this should be being handled by the underlying calls to window drop.
I had tried chasing this down in with glium on this thread, and they pointed me here
The text was updated successfully, but these errors were encountered:
I'm trying to call a rust window in a subfunction and have it close when then function finishes. However, the window is not closing.

I've scoped this error to it's own repo.
I have found a work around by calling an explicit call to the
winapi::um::winuser::DestroyWindow
, however it seems like this should be being handled by the underlying calls to window drop.I had tried chasing this down in with glium on this thread, and they pointed me here
The text was updated successfully, but these errors were encountered: