commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] [gnuradio] 03/07: qtgui: fixes issue #889.


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/07: qtgui: fixes issue #889.
Date: Wed, 3 Feb 2016 20:00:59 +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 a9efe3bb69f090134c4009ebda50d7febdb20e8f
Author: Tom Rondeau <address@hidden>
Date:   Tue Feb 2 22:08:03 2016 -0500

    qtgui: fixes issue #889.
    
    Typo caused FFT size to not show up in properties box.
---
 gr-qtgui/grc/qtgui_freq_sink_x.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gr-qtgui/grc/qtgui_freq_sink_x.xml 
b/gr-qtgui/grc/qtgui_freq_sink_x.xml
index 538ff3f..d7c3139 100644
--- a/gr-qtgui/grc/qtgui_freq_sink_x.xml
+++ b/gr-qtgui/grc/qtgui_freq_sink_x.xml
@@ -110,7 +110,7 @@ $(gui_hint()($win))</make>
     <key>fftsize</key>
     <value>1024</value>
     <type>int</type>
-    <hide>#if $type.t == 'message' then 'all' else 'all'#</hide>
+    <hide>#if $type.t == 'message' then 'all' else 'none'#</hide>
   </param>
 
   <param>



reply via email to

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