mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 10:13:19 +02:00
Allow normal close action of dialog
Fixes https://gitlab.com/kicad/code/kicad/-/issues/19596
This commit is contained in:
parent
d83a2a90cb
commit
edd59c6ead
@ -302,7 +302,7 @@ void DIALOG_GEN_FOOTPRINT_POSITION::onGenerate( wxCommandEvent& event )
|
|||||||
m_job->m_negateBottomX = m_negateXcb->GetValue();
|
m_job->m_negateBottomX = m_negateXcb->GetValue();
|
||||||
m_job->m_excludeDNP = m_excludeDNP->GetValue();
|
m_job->m_excludeDNP = m_excludeDNP->GetValue();
|
||||||
|
|
||||||
Close();
|
event.Skip(); // Allow normal close action
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user