diff options
author | Tom Rondeau | 2011-04-06 00:22:29 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-04-06 00:22:29 -0400 |
commit | 8f53f5a782a6500d191ba557b37e7e3785cf6e02 (patch) | |
tree | a18c33aa51f4ac3defb8e179b12ce380b74e3da9 /gr-qtgui/apps/usrp_display.py | |
parent | b0f876b55549db96920c2b3bfee32de6748096af (diff) | |
download | gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.tar.gz gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.tar.bz2 gnuradio-8f53f5a782a6500d191ba557b37e7e3785cf6e02.zip |
gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to remove bool that turns it on/off.
Diffstat (limited to 'gr-qtgui/apps/usrp_display.py')
-rwxr-xr-x | gr-qtgui/apps/usrp_display.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-qtgui/apps/usrp_display.py b/gr-qtgui/apps/usrp_display.py index 432e74d9a..131bc4a7e 100755 --- a/gr-qtgui/apps/usrp_display.py +++ b/gr-qtgui/apps/usrp_display.py @@ -229,7 +229,7 @@ class my_top_block(gr.top_block): self.snk = qtgui.sink_c(self._fftsize, gr.firdes.WIN_BLACKMAN_hARRIS, self._freq, self._bandwidth, "USRP Display", - True, True, False, True, False) + True, True, True, False) # Set up internal amplifier self.amp = gr.multiply_const_cc(0.0) |