UI: Fix whitespace issues with "ignore wheel" widgets

This commit is contained in:
jp9000
2019-04-21 04:05:51 -07:00
parent c3c740d36f
commit 140f927f4f
7 changed files with 5 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ SliderIgnoreScroll::SliderIgnoreScroll(Qt::Orientation orientation,
setOrientation(orientation);
}
void SliderIgnoreScroll::wheelEvent(QWheelEvent * event)
void SliderIgnoreScroll::wheelEvent(QWheelEvent *event)
{
if (!hasFocus())
event->ignore();