mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-07-06 10:55:42 -04:00
When channel marker center line is draggable then show frequency
This commit is contained in:
parent
1a606423b3
commit
cba4942971
@ -1359,10 +1359,13 @@ void GLSpectrum::mouseMoveEvent(QMouseEvent* event)
|
|||||||
setCursor(Qt::SizeHorCursor);
|
setCursor(Qt::SizeHorCursor);
|
||||||
m_cursorState = CSChannel;
|
m_cursorState = CSChannel;
|
||||||
m_cursorChannel = i;
|
m_cursorChannel = i;
|
||||||
|
m_channelMarkerStates[i]->m_channelMarker->setHighlighted(true);
|
||||||
return;
|
return;
|
||||||
} else if(m_cursorState == CSChannel) {
|
} else if(m_cursorState == CSChannel) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
} else if (m_channelMarkerStates[i]->m_channelMarker->getHighlighted()) {
|
||||||
|
m_channelMarkerStates[i]->m_channelMarker->setHighlighted(false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user