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
From the nswindow doc, even for invisible window, nswindow.close() should post NSWindowWillCloseNotification, but looks like window_will_close is not triggtered from the trace log.
For example, when the application terminates, it sends the close message to all windows in its window list, even those that are not currently visible.
The code is modified from
examples/multiwindow.rs
, and reproduction is simple:I guess it's related to #158?
The text was updated successfully, but these errors were encountered: