Fix typo in appearance_controls.cpp

(cherry picked from commit c2a4dd93e8)
This commit is contained in:
Marek Roszko 2023-02-22 20:34:57 -05:00 committed by Mark Roszko
parent a091ab76d7
commit 9f5e50f25e
1 changed files with 1 additions and 1 deletions

View File

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