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
If void Show(Window parent) is called with a parent which has been closed or is invisible, we end up throwing a native exception which can be harder to debug (particularly on OSX). We should validate that the parent window isn't closed or hidden and throw a managed exception if it is.
The text was updated successfully, but these errors were encountered:
Describe the bug
If
void Show(Window parent)
is called with a parent which has been closed or is invisible, we end up throwing a native exception which can be harder to debug (particularly on OSX). We should validate that the parent window isn't closed or hidden and throw a managed exception if it is.The text was updated successfully, but these errors were encountered: