Add forgotten save of setting

This commit is contained in:
Marek Roszko 2022-09-25 12:03:45 -04:00
parent 2490ad1458
commit 05a8650158
1 changed files with 3 additions and 0 deletions

View File

@ -98,6 +98,9 @@ PCBNEW_SETTINGS::PCBNEW_SETTINGS()
m_params.emplace_back( new PARAM<bool>( "aui.show_properties",
&m_AuiPanels.show_properties, true ) );
m_params.emplace_back( new PARAM<bool>( "aui.show_search",
&m_AuiPanels.show_search, false ) );
m_params.emplace_back( new PARAM<int>( "footprint_chooser.width",
&m_FootprintChooser.width, -1 ) );