@ -864,6 +864,7 @@ void APPEARANCE_CONTROLS_3D::onLayerPresetChanged( wxCommandEvent& aEvent )
if( cfg->m_CurrentPreset == name )
cfg->m_CurrentPreset = wxEmptyString;
if( m_presetMRU.Index( name ) >= 0 )
m_presetMRU.Remove( name );
}
@ -2802,6 +2802,8 @@ void APPEARANCE_CONTROLS::onLayerPresetChanged( wxCommandEvent& aEvent )
preset->flipBoard = m_cbFlipBoard->GetValue();
index = m_cbLayerPresets->FindString( name );
if( index != wxNOT_FOUND )