Change 3D Viewer default to follow-plot-settings.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/17060
This commit is contained in:
Jeff Young 2024-05-30 14:30:40 +01:00
parent 652c1d4006
commit f84b66b985
1 changed files with 1 additions and 1 deletions

View File

@ -382,7 +382,7 @@ EDA_3D_VIEWER_SETTINGS::EDA_3D_VIEWER_SETTINGS() :
m_params.emplace_back( new PARAM_LAYER_PRESET_3D( "layer_presets",
&m_LayerPresets ) );
m_params.emplace_back( new PARAM<wxString>( "current_layer_preset",
&m_CurrentPreset, LEGACY_PRESET_FLAG ) );
&m_CurrentPreset, FOLLOW_PLOT_SETTINGS ) );
registerMigration( 0, 1, std::bind( &EDA_3D_VIEWER_SETTINGS::migrateSchema0to1, this ) );