From 24ae5ff039b6f276020f138324351c26c95f15cf Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 27 Jul 2015 02:22:41 +0200 Subject: [PATCH] Corrected trigger level display when triggered on phase --- sdrbase/gui/glscopegui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/gui/glscopegui.cpp b/sdrbase/gui/glscopegui.cpp index 5be3d29c7..5482666aa 100644 --- a/sdrbase/gui/glscopegui.cpp +++ b/sdrbase/gui/glscopegui.cpp @@ -244,7 +244,7 @@ void GLScopeGUI::setTrigLevelDisplay() { qreal a; - if (m_glScope->getDataMode() == GLScope::ModeMagLinPha) { + if (m_triggerChannel == ScopeVis::TriggerMagLin) { a = 1.0 + t; } else { a = t;