Fix typo in appearance_controls.cpp
(cherry picked from commit c2a4dd93e8
)
This commit is contained in:
parent
a091ab76d7
commit
9f5e50f25e
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue