mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 16:31:15 -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;
|
qreal a;
|
||||||
|
|
||||||
if (m_glScope->getDataMode() == GLScope::ModeMagLinPha) {
|
if (m_triggerChannel == ScopeVis::TriggerMagLin) {
|
||||||
a = 1.0 + t;
|
a = 1.0 + t;
|
||||||
} else {
|
} else {
|
||||||
a = t;
|
a = t;
|
||||||
|
Loading…
Reference in New Issue
Block a user