Skip to content

Commit

Permalink
MouseMove in MultiSwitch dismisses timer / tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Oct 9, 2023
1 parent f6850bd commit 31b3f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sst/jucegui/components/MultiSwitch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ void MultiSwitch::mouseUp(const juce::MouseEvent &e)

void MultiSwitch::mouseMove(const juce::MouseEvent &e)
{
resetTimer(e);
if (data && data->isHidden())
return;
hoverY = e.y;
Expand Down

0 comments on commit 31b3f68

Please sign in to comment.