mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 08:21:16 -05:00
Corrected trigger level display when triggered on phase
This commit is contained in:
parent
1e61a5dc29
commit
24ae5ff039
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user