1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-22 08:04:49 -05:00

Prevent MDI scrolling when trying to zoom in on spectrum.

This commit is contained in:
Jon Beniston 2023-03-03 22:16:29 +00:00
parent 6b2705065b
commit 459aae2dad

View File

@ -4285,6 +4285,7 @@ void GLSpectrumView::wheelEvent(QWheelEvent *event)
channelMarkerMove(event, 1); channelMarkerMove(event, 1);
} }
} }
event->accept();
} }
void GLSpectrumView::zoomFactor(const QPointF& p, float factor) void GLSpectrumView::zoomFactor(const QPointF& p, float factor)