mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Give Mac dock icon menu a kick.
Fixes https://gitlab.com/kicad/code/kicad/-/issues/17596
This commit is contained in:
parent
ce140d8dfc
commit
98b63389c1
@ -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();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user