mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Wooo typo again
This commit is contained in:
parent
9e1df0e3c2
commit
af7764fc92
@ -208,7 +208,7 @@ void DIALOG_GENDRILL::InitDisplayParams()
|
||||
m_Check_Merge_PTH_NPTH->SetValue( m_job->m_excellonCombinePTHNPTH );
|
||||
m_Choice_Drill_Map->SetSelection( static_cast<int>( m_job->m_mapFormat ) );
|
||||
m_radioBoxOvalHoleMode->SetSelection( m_job->m_excellonOvalDrillRoute ? 0 : 1 );
|
||||
m_cbGenerateMap->SetValue( m_job->m_generate_map );
|
||||
m_cbGenerateMap->SetValue( m_job->m_generateMap );
|
||||
}
|
||||
|
||||
m_platedPadsHoleCount = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user