* MacOS: Only activate after the application has finished launching This fixes the main menu not responding until you refocus, at least from what I can tell - though we might have to do something similar to https://github.com/linebender/druid/pull/994 to fix it fully? * MacOS: Remove activation hack * Stop unnecessarily calling `makeKeyWindow` on initially hidden windows You can't make hidden windows the key window * Add new, simpler activation hack For activating multiple windows created before the application finished launching |
||
|---|---|---|
| .. | ||
| util | ||
| app.rs | ||
| app_delegate.rs | ||
| app_state.rs | ||
| event.rs | ||
| event_loop.rs | ||
| ffi.rs | ||
| menu.rs | ||
| mod.rs | ||
| monitor.rs | ||
| observer.rs | ||
| view.rs | ||
| window.rs | ||
| window_delegate.rs | ||