|
|
@ -385,6 +385,9 @@ PCBNEW_SETTINGS::PCBNEW_SETTINGS() |
|
|
|
m_params.emplace_back( new PARAM<bool>( "plot.check_zones_before_plotting", |
|
|
|
&m_Plot.check_zones_before_plotting, true ) ); |
|
|
|
|
|
|
|
m_params.emplace_back( new PARAM<bool>( "plot.mirror", |
|
|
|
&m_Plot.mirror, false ) ); |
|
|
|
|
|
|
|
m_params.emplace_back( new PARAM<wxString>( "window.footprint_text_shown_columns", |
|
|
|
&m_FootprintTextShownColumns, "0 1 2 3 4 5 6" ) ); |
|
|
|
|
|
|
|