1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-12 18:58:48 -04:00

Merge pull request #1304 from srcejon/fix_zoom_in_waterfall

Spectrum: Fix mouse wheel zoom in waterfall
This commit is contained in:
Edouard Griffiths
2022-06-24 15:06:18 +02:00
committed by GitHub
+1 -1
View File
@@ -3363,7 +3363,7 @@ void GLSpectrum::wheelEvent(QWheelEvent *event)
#else
const QPointF& ep = event->pos();
#endif
if (pointInWaterfallOrSpectrogram(ep))
if (m_display3DSpectrogram && pointInWaterfallOrSpectrogram(ep))
{
// Scale 3D spectrogram when mouse wheel moved
// Some mice use delta in steps of 120 for 15 degrees