Skip to content

Commit

Permalink
Fixing EQ spectrum visualizer enable/disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Feb 7, 2024
1 parent f882a72 commit c399e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/EQ/EQPlot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,9 @@ void EQPlot::resized()
optItersLabel.setBounds (0, 0, 1000, 100);
}

void EQPlot::mouseDown (const juce::MouseEvent&)
void EQPlot::mouseDown (const juce::MouseEvent& e)
{
setSelectedBand (-1);
getParentComponent()->mouseDown (e);
}
} // namespace gui::eq

0 comments on commit c399e8e

Please sign in to comment.