[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>
- [Commit-gnuradio] [gnuradio] branch maint updated (11973c6 -> 15b8f49), git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 02/07: grc: escape run command vars for shlex handling (bug #868), git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 07/07: Merge remote-tracking branch 'tom/issue890' into maint, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 03/07: qtgui: fixes issue #889.,
git <=
- [Commit-gnuradio] [gnuradio] 01/07: grc: better message port handling for embedded python blocks, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 06/07: Merge remote-tracking branch 'tom/issue889' into maint, git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 04/07: digital: addresses issue #890., git, 2016/02/03
- [Commit-gnuradio] [gnuradio] 05/07: gnuradio-runtime/hier_block2: Allow changing of IO sig in the constructor, git, 2016/02/03