mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
UI: Fix audio meter and slider blocking mousewheel
This commit is contained in:
@@ -65,9 +65,6 @@ bool AbsoluteSlider::eventFilter(QObject *obj, QEvent *event)
|
||||
}
|
||||
}
|
||||
|
||||
if (event->type() == QEvent::Wheel)
|
||||
return true;
|
||||
|
||||
return QSlider::eventFilter(obj, event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user