https://github.com/wxWidgets/wxWidgets/pull/26157
(2 files)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Right now ProcessPendingEvents is called from wxCFEventLoop::CommonModeObserverCallBack but I don't think this would be a good place to rethrow, I'd rather do this from an event loop iteration, but in wxGUIEventLoop::OSXDoRun the main loop [NSApp run] does not return until the app exits, so right now only then the exception gets rethrown and eventually logged to stderr.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()