Replies: 1 comment 1 reply
-
Ohh, this could be an issue with a nested event loop and the way that we're using winit. Do you know by chance if you're using the GL backend or Qt? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my application, I'd like to show a popup to the user in case a panic occurs. I tried to show/run a dialog from the panic hook using this function:
However, the window is not shown properly and the dialog does not wait for the button to be pressed. How would this work?
Beta Was this translation helpful? Give feedback.
All reactions