Don't try to show sub-dialog in OnActivate(). High Sierra asserts.
Fixes: lp:1832635 * https://bugs.launchpad.net/kicad/+bug/1832635
This commit is contained in:
parent
febc8cd6aa
commit
f214cfae12
|
@ -600,7 +600,7 @@ void FOOTPRINT_WIZARD_FRAME::OnActivate( wxActivateEvent& event )
|
|||
if( !m_wizardListShown )
|
||||
{
|
||||
m_wizardListShown = true;
|
||||
SelectFootprintWizard();
|
||||
wxPostEvent( this, wxCommandEvent( wxEVT_TOOL, ID_FOOTPRINT_WIZARD_SELECT_WIZARD ) );
|
||||
}
|
||||
#if 0
|
||||
// Currently, we do not have a way to see if a Python wizard has changed,
|
||||
|
|
Loading…
Reference in New Issue