mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-11 13:24:19 -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:
@@ -428,6 +428,7 @@ void ValueDialZ::wheelEvent(QWheelEvent* event)
|
||||
|
||||
setValue(m_valueNew);
|
||||
emit changed(m_valueNew);
|
||||
event->accept();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user