Give Mac dock icon menu a kick.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17596
This commit is contained in:
Jeff Young 2025-09-01 21:57:29 +01:00
parent ce140d8dfc
commit 98b63389c1

View File

@ -1234,6 +1234,9 @@ void KICAD_MANAGER_FRAME::OnIdle( wxIdleEvent& aEvent )
m_updateManager->CheckForUpdate( this );
}
#endif
// This little diddy is needed to get the window put into the Mac dock icon's context menu.
Raise();
}