Fix typo in appearance_controls.cpp
This commit is contained in:
parent
d8f4d04093
commit
c2a4dd93e8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue