summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/scopesink_gl.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-wxgui/src/python/scopesink_gl.py')
-rw-r--r--gr-wxgui/src/python/scopesink_gl.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gr-wxgui/src/python/scopesink_gl.py b/gr-wxgui/src/python/scopesink_gl.py
index 851e43d32..8236708b3 100644
--- a/gr-wxgui/src/python/scopesink_gl.py
+++ b/gr-wxgui/src/python/scopesink_gl.py
@@ -129,9 +129,9 @@ class scope_sink_c(_scope_sink_base):
#backwards compadible wrapper (maybe only grc uses this)
class constellation_sink(scope_sink_c):
- def __init__(self, **kwargs):
- kwargs['xy_mode'] = True
- scope_sink_c.__init__(self, **kwargs)
+ def __init__(self, *args, **kwargs):
+ scope_sink_c.__init__(self, *args, **kwargs)
+ self.set_scope_xy_mode(True)
# ----------------------------------------------------------------
# Stand-alone test application