mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Merge pull request #1611 from srcejon/fix_zoom_and_scroll
Prevent MDI scrolling when trying to zoom in on spectrum.
This commit is contained in:
commit
372419addc
@ -4285,6 +4285,7 @@ void GLSpectrumView::wheelEvent(QWheelEvent *event)
|
||||
channelMarkerMove(event, 1);
|
||||
}
|
||||
}
|
||||
event->accept();
|
||||
}
|
||||
|
||||
void GLSpectrumView::zoomFactor(const QPointF& p, float factor)
|
||||
|
Loading…
Reference in New Issue
Block a user