Prevent MDI scrolling when trying to zoom in on spectrum.

pull/1611/head
Jon Beniston 2023-03-03 22:16:29 +00:00
rodzic 6b2705065b
commit 459aae2dad
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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