Skip to content

Commit

Permalink
UI: Fix audio meter and slider blocking mousewheel
Browse files Browse the repository at this point in the history
  • Loading branch information
Warchamp7 authored and RytoEX committed Jun 10, 2024
1 parent 86c337d commit a989fef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions UI/absolute-slider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ bool AbsoluteSlider::eventFilter(QObject *obj, QEvent *event)
}
}

if (event->type() == QEvent::Wheel)
return true;

return QSlider::eventFilter(obj, event);
}

Expand Down

0 comments on commit a989fef

Please sign in to comment.