1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 06:04:39 -04: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
+4 -4
View File
@@ -390,7 +390,7 @@ void GLScope::paintGL()
}
// paint trigger time line if pretriggered
/*
if ((m_triggerPre > 0.0) &&
((m_triggerChannel == ScopeVis::TriggerChannelI)
|| (m_triggerChannel == ScopeVis::TriggerMagLin)
@@ -419,7 +419,7 @@ void GLScope::paintGL()
//glDisable(GL_LINE_SMOOTH);
glPopMatrix();
}
}
}*/
} // Both displays or primary only
@@ -596,7 +596,7 @@ void GLScope::paintGL()
}
// paint trigger time line if pretriggered
/*
if ((m_triggerPre > 0.0) &&
((m_triggerChannel == ScopeVis::TriggerPhase)
|| (m_triggerChannel == ScopeVis::TriggerChannelQ)))
@@ -624,7 +624,7 @@ void GLScope::paintGL()
//glDisable(GL_LINE_SMOOTH);
glPopMatrix();
}
}
}*/
} // Both displays or secondary display only