Skip to content

Commit

Permalink
EffectChain: fix aliasing to nonexistent ControlObject
Browse files Browse the repository at this point in the history
  • Loading branch information
Be-ing committed Oct 22, 2021
1 parent f6ef330 commit cb92f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/effectchain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ EffectChain::EffectChain(const QString& group,
this,
&EffectChain::slotControlChainPresetSelector);
ControlDoublePrivate::insertAlias(ConfigKey(m_group, "chain_selector"),
ConfigKey(m_group, "chain_preset_preset"));
ConfigKey(m_group, "chain_preset_selector"));

// ControlObjects for skin <-> controller mapping interaction.
// Refer to comment in header for full explanation.
Expand Down

0 comments on commit cb92f03

Please sign in to comment.