commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 01/01: qtgui: fix for complex time message


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/01: qtgui: fix for complex time message plotting
Date: Mon, 28 Mar 2016 15:27:42 +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 7d2c8b16c3764207e9de1190bbfd7e051b8257e4
Author: Tim O'Shea <address@hidden>
Date:   Mon Mar 28 09:00:55 2016 -0400

    qtgui: fix for complex time message plotting
---
 gr-qtgui/lib/time_sink_c_impl.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-qtgui/lib/time_sink_c_impl.cc b/gr-qtgui/lib/time_sink_c_impl.cc
index 7e5aabf..fff12b0 100644
--- a/gr-qtgui/lib/time_sink_c_impl.cc
+++ b/gr-qtgui/lib/time_sink_c_impl.cc
@@ -143,7 +143,7 @@ namespace gr {
         d_qApplication->setStyleSheet(sstext);
       }
 
-      int numplots = (d_nconnections > 0) ? d_nconnections : 1;
+      int numplots = (d_nconnections > 0) ? d_nconnections : 2;
       d_main_gui = new TimeDisplayForm(numplots, d_parent);
       d_main_gui->setNPoints(d_size);
       d_main_gui->setSampleRate(d_samp_rate);



reply via email to

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