Scripting: Preemptively reset footprint wizard state.
Fixes: lp:1754992 * https://bugs.launchpad.net/kicad/+bug/1754992
This commit is contained in:
parent
2cc5c6fd45
commit
86603125ac
|
@ -207,6 +207,8 @@ void FOOTPRINT_WIZARD_FRAME::SelectFootprintWizard()
|
|||
{
|
||||
m_wizardName = footprintWizard->GetName();
|
||||
m_wizardDescription = footprintWizard->GetDescription();
|
||||
|
||||
footprintWizard->ResetParameters();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue