Don't raise KICAD_MANAGER_FRAME in ctor.
There's no point trying to raise a window before showing. This triggered the wx issue https://github.com/wxWidgets/wxWidgets/issues/25348
This commit is contained in:
@@ -300,9 +300,6 @@ KICAD_MANAGER_FRAME::KICAD_MANAGER_FRAME( wxWindow* parent, const wxString& titl
|
||||
m_acceptedExts.emplace( FILEEXT::DrillFileExtension, &KICAD_MANAGER_ACTIONS::viewDroppedGerbers );
|
||||
|
||||
DragAcceptFiles( true );
|
||||
|
||||
// Ensure the window is on top
|
||||
Raise();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user