Skip to content

Commit

Permalink
Fix FX preset jog not clickable in some places
Browse files Browse the repository at this point in the history
  • Loading branch information
mkruselj committed Dec 30, 2021
1 parent 7c74667 commit fa6010c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/surge-xt/gui/widgets/EffectLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ struct EffectLabel : public juce::Component, public Surge::GUI::SkinConsumingCom
EffectLabel()
{
setAccessible(false); // the param full name contains what we need
setInterceptsMouseClicks(false, false);
}

~EffectLabel() = default;

std::string label;
Expand Down

0 comments on commit fa6010c

Please sign in to comment.