mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 00:14:49 -04:00
fix QtWheelEvent propagation
as described here http://www.setnode.com/blog/mouse-wheel-events-event-filters-and-qscrollarea/
This commit is contained in:
@@ -344,6 +344,8 @@ void ValueDial::wheelEvent(QWheelEvent* event)
|
||||
}
|
||||
setValue(m_valueNew);
|
||||
emit changed(m_valueNew);
|
||||
event->accept();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user