mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 20:21:42 +00:00
Use the last used dxf units selection on dialog open
This commit is contained in:
parent
39fe89096e
commit
88bee5e32f
@ -126,7 +126,7 @@ DIALOG_IMPORT_GFX::DIALOG_IMPORT_GFX( PCB_BASE_FRAME* aParent, bool aImportAsFoo
|
||||
for( auto& unitEntry : dxfUnitsMap )
|
||||
m_choiceDxfUnits->Append( unitEntry.second );
|
||||
|
||||
m_choiceDxfUnits->SetSelection( 0 );
|
||||
m_choiceDxfUnits->SetSelection( m_dxfUnits );
|
||||
|
||||
SetInitialFocus( m_textCtrlFileName );
|
||||
m_sdbSizerOK->SetDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user