Fix typo in appearance_controls.cpp

This commit is contained in:
Marek Roszko 2023-02-22 20:34:57 -05:00
parent d8f4d04093
commit c2a4dd93e8
1 changed files with 1 additions and 1 deletions

View File

@ -1843,7 +1843,7 @@ void APPEARANCE_CONTROLS::OnLayerContextMenu( wxCommandEvent& aEvent )
return;
case ID_PRESET_ALL_LAYERS:
preset.layers &presetAllLayers.layers;
preset.layers = presetAllLayers.layers;
ApplyLayerPreset( preset );
return;