diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-06 09:12:59 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2015-04-06 09:12:59 -0700 |
commit | 3bd074ce45397c24a561aa23c05e1f718868ff77 (patch) | |
tree | 4ce76a072d5dfd7872622752e794762fb6c22c92 /gr-qtgui/lib/FrequencyDisplayPlot.cc | |
parent | 6651bc159c8971179354d9e65b42e0672a57ac8d (diff) | |
parent | 28aa27f2f3768587033f680a08b88bad31ab07e2 (diff) |
Merge remote-tracking branch 'tom/qtgui/time_freq_behavior'
Diffstat (limited to 'gr-qtgui/lib/FrequencyDisplayPlot.cc')
-rw-r--r-- | gr-qtgui/lib/FrequencyDisplayPlot.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gr-qtgui/lib/FrequencyDisplayPlot.cc b/gr-qtgui/lib/FrequencyDisplayPlot.cc index f5e02aca83..349ce8e1a0 100644 --- a/gr-qtgui/lib/FrequencyDisplayPlot.cc +++ b/gr-qtgui/lib/FrequencyDisplayPlot.cc @@ -218,8 +218,10 @@ FrequencyDisplayPlot::FrequencyDisplayPlot(int nplots, QWidget* parent) QWidget *w; w = legend()->find(d_min_fft_plot_curve); ((QwtLegendItem*)w)->setChecked(true); + ((QwtLegendItem*)w)->setVisible(false); w = legend()->find(d_max_fft_plot_curve); ((QwtLegendItem*)w)->setChecked(true); + ((QwtLegendItem*)w)->setVisible(false); legend()->setVisible(false); #else /* QWT_VERSION < 0x060100 */ QWidget *w; |