From 2f9dd5a7ab8cdaa85b2cd698b00249083fb770eb Mon Sep 17 00:00:00 2001 From: Edouard Griffiths Date: Tue, 20 Oct 2015 02:16:38 +0200 Subject: [PATCH] Removed trigger time line now that the zero time reference is always aligned with the trigger --- sdrbase/gui/glscope.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sdrbase/gui/glscope.cpp b/sdrbase/gui/glscope.cpp index 2b71f0691..d23707699 100644 --- a/sdrbase/gui/glscope.cpp +++ b/sdrbase/gui/glscope.cpp @@ -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