1
0
Эх сурвалжийг харах

UI: Fix audio meter and slider blocking mousewheel

Warchamp7 1 жил өмнө
parent
commit
a989fefa0b

+ 0 - 3
UI/absolute-slider.cpp

@@ -65,9 +65,6 @@ bool AbsoluteSlider::eventFilter(QObject *obj, QEvent *event)
 		}
 	}
 
-	if (event->type() == QEvent::Wheel)
-		return true;
-
 	return QSlider::eventFilter(obj, event);
 }