summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/plotter/channel_plotter.py
diff options
context:
space:
mode:
authorJohnathan Corgan <jcorgan@corganenterprises.com>2010-05-13 12:29:59 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2010-05-13 12:29:59 -0700
commit331542fc51eb47a65161ab6d41c6dc8fd1dd1f22 (patch)
tree98ac608fdb3349afdc8019fbdd9f7dcf49326b46 /gr-wxgui/src/python/plotter/channel_plotter.py
parent467678259c56fab32a326690cc01eac1dbcb48ca (diff)
parent49fa13f9fce2037d176c86bf326a7e25a78b72a5 (diff)
Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
* nldudok1/gr-wxgui_emulate_analog: Add analog CRT screen afterglow emulation for gr-wxgui Conflicts: gr-wxgui/src/python/fftsink_gl.py gr-wxgui/src/python/fftsink_nongl.py
Diffstat (limited to 'gr-wxgui/src/python/plotter/channel_plotter.py')
-rw-r--r--gr-wxgui/src/python/plotter/channel_plotter.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/plotter/channel_plotter.py b/gr-wxgui/src/python/plotter/channel_plotter.py
index ff0a3a160d..f046ae5a9f 100644
--- a/gr-wxgui/src/python/plotter/channel_plotter.py
+++ b/gr-wxgui/src/python/plotter/channel_plotter.py
@@ -47,6 +47,7 @@ class channel_plotter(grid_plotter_base):
"""
#init
grid_plotter_base.__init__(self, parent, MIN_PADDING)
+ self.set_emulate_analog(False)
#setup legend cache
self._legend_cache = self.new_gl_cache(self._draw_legend, 50)
self.enable_legend(False)