mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-15 12:51:49 -05:00
Corrected spectrum channel marker text display (see only the active one)
This commit is contained in:
parent
c913abb43c
commit
82f216f696
@ -1517,7 +1517,7 @@ void GLSpectrum::applyChanges()
|
||||
for(int i = 0; i < m_channelMarkerStates.size(); ++i) {
|
||||
ChannelMarkerState* dv = m_channelMarkerStates[i];
|
||||
|
||||
if (dv->m_channelMarker->getVisible()
|
||||
if (dv->m_channelMarker->getHighlighted()
|
||||
&& (dv->m_channelMarker->getSourceOrSinkStream() == m_displaySourceOrSink)
|
||||
&& (dv->m_channelMarker->getStreamIndex() == m_displayStreamIndex))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user