mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-29 13:32:26 -04:00
GLSpectrum: reverted change breaking Qt 5.12 compatibility
This commit is contained in:
parent
bd3aa8faf0
commit
55745d3b5e
@ -2484,7 +2484,7 @@ void GLSpectrum::channelMarkerMove(QWheelEvent *event, int mul)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_channelMarkerStates[i]->m_rect.contains(event->position().toPoint()))
|
if (m_channelMarkerStates[i]->m_rect.contains(event->pos()))
|
||||||
{
|
{
|
||||||
int freq = m_channelMarkerStates[i]->m_channelMarker->getCenterFrequency();
|
int freq = m_channelMarkerStates[i]->m_channelMarker->getCenterFrequency();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user