1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-29 19:28:47 -05:00

Removed trigger time line now that the zero time reference is always aligned with the trigger

This commit is contained in:
Edouard Griffiths 2015-10-20 02:16:38 +02:00
parent c16017f085
commit 2f9dd5a7ab

View File

@ -390,7 +390,7 @@ void GLScope::paintGL()
} }
// paint trigger time line if pretriggered // paint trigger time line if pretriggered
/*
if ((m_triggerPre > 0.0) && if ((m_triggerPre > 0.0) &&
((m_triggerChannel == ScopeVis::TriggerChannelI) ((m_triggerChannel == ScopeVis::TriggerChannelI)
|| (m_triggerChannel == ScopeVis::TriggerMagLin) || (m_triggerChannel == ScopeVis::TriggerMagLin)
@ -419,7 +419,7 @@ void GLScope::paintGL()
//glDisable(GL_LINE_SMOOTH); //glDisable(GL_LINE_SMOOTH);
glPopMatrix(); glPopMatrix();
} }
} }*/
} // Both displays or primary only } // Both displays or primary only
@ -596,7 +596,7 @@ void GLScope::paintGL()
} }
// paint trigger time line if pretriggered // paint trigger time line if pretriggered
/*
if ((m_triggerPre > 0.0) && if ((m_triggerPre > 0.0) &&
((m_triggerChannel == ScopeVis::TriggerPhase) ((m_triggerChannel == ScopeVis::TriggerPhase)
|| (m_triggerChannel == ScopeVis::TriggerChannelQ))) || (m_triggerChannel == ScopeVis::TriggerChannelQ)))
@ -624,7 +624,7 @@ void GLScope::paintGL()
//glDisable(GL_LINE_SMOOTH); //glDisable(GL_LINE_SMOOTH);
glPopMatrix(); glPopMatrix();
} }
} }*/
} // Both displays or secondary display only } // Both displays or secondary display only