Skip to content

Commit

Permalink
Allow tooltips for WaveViewer
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Feb 15, 2022
1 parent 9c4335a commit 8a4b4fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WECore/RichterLFO/UI/RichterWaveViewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

namespace WECore::Richter {

class WaveViewer : public juce::Component {
class WaveViewer : public juce::Component,
public juce::SettableTooltipClient {
public:
WaveViewer() : _waveArrayPointer(nullptr), _depth(0), _phaseShift(0), _isInverted(false) {}

Expand Down

0 comments on commit 8a4b4fb

Please sign in to comment.