Skip to content

Commit

Permalink
Merge pull request #4472 from Be-ing/wrong_alias
Browse files Browse the repository at this point in the history
EffectChain: fix aliasing to nonexistent ControlObject
  • Loading branch information
Swiftb0y authored Oct 22, 2021
2 parents f6ef330 + cb92f03 commit cfaeec9
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 cfaeec9

Please sign in to comment.