pcbnew: 3d viewer: disable show DNP footprints by default

This commit is contained in:
Jan Wichmann 2024-01-14 12:30:12 +01:00 committed by Seth Hillbrand
parent f1dacf7d92
commit 693248f60f
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ EDA_3D_VIEWER_SETTINGS::EDA_3D_VIEWER_SETTINGS() :
m_params.emplace_back( new PARAM<bool>( "render.show_footprints_not_in_posfile", m_params.emplace_back( new PARAM<bool>( "render.show_footprints_not_in_posfile",
&m_Render.show_footprints_not_in_posfile, true ) ); &m_Render.show_footprints_not_in_posfile, true ) );
m_params.emplace_back( new PARAM<bool>( "render.show_footprints_dnp", m_params.emplace_back( new PARAM<bool>( "render.show_footprints_dnp",
&m_Render.show_footprints_dnp, true ) ); &m_Render.show_footprints_dnp, false ) );
m_params.emplace_back( new PARAM<bool>( "render.show_silkscreen_top", m_params.emplace_back( new PARAM<bool>( "render.show_silkscreen_top",
&m_Render.show_silkscreen_top, true ) ); &m_Render.show_silkscreen_top, true ) );
m_params.emplace_back( new PARAM<bool>( "render.show_silkscreen_bottom", m_params.emplace_back( new PARAM<bool>( "render.show_silkscreen_bottom",