commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/03: qtgui: Fix bug in trackerText for Fr


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: qtgui: Fix bug in trackerText for Frequency Sink
Date: Sat, 17 Sep 2016 15:44:19 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 1f168517ca3a24e1d6647eb523d4163a2d425c8c
Author: Tobias Blomberg <address@hidden>
Date:   Fri Sep 16 11:32:48 2016 -0600

    qtgui: Fix bug in trackerText for Frequency Sink
    
    Next to the cursor in the QT GUI Frequency Sink, the Y axis unit label 
(usually
    dB) is shown instead of the X axis label (kHz, MHz etc).
---
 gr-qtgui/lib/FrequencyDisplayPlot.cc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.cc 
b/gr-qtgui/lib/FrequencyDisplayPlot.cc
index 233c786..2820bae 100644
--- a/gr-qtgui/lib/FrequencyDisplayPlot.cc
+++ b/gr-qtgui/lib/FrequencyDisplayPlot.cc
@@ -607,7 +607,6 @@ FrequencyDisplayPlot::setYLabel(const std::string &label,
   if(unit.length() > 0)
     l += " (" + unit + ")";
   setAxisTitle(QwtPlot::yLeft, QString(l.c_str()));
-  ((FreqDisplayZoomer*)d_zoomer)->setUnitType(unit);
 }
 
 void



reply via email to

[Prev in Thread] Current Thread [Next in Thread]