summaryrefslogtreecommitdiff
path: root/gr-qtgui/apps/pyqt_example_f.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/apps/pyqt_example_f.py')
-rwxr-xr-xgr-qtgui/apps/pyqt_example_f.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/pyqt_example_f.py b/gr-qtgui/apps/pyqt_example_f.py
index 55d987329..29905b8d9 100755
--- a/gr-qtgui/apps/pyqt_example_f.py
+++ b/gr-qtgui/apps/pyqt_example_f.py
@@ -120,7 +120,7 @@ class my_top_block(gr.top_block):
self.snk1 = qtgui.sink_f(fftsize, gr.firdes.WIN_BLACKMAN_hARRIS,
0, Rs,
"Float Signal Example",
- True, True, False, True, False)
+ True, True, True, False)
self.connect(src1, (src,0))
self.connect(src2, (src,1))