Author: michaelld
Date: 2007-03-17 19:18:47 -0600 (Sat, 17 Mar 2007)
New Revision: 4773
Modified:
gnuradio/branches/developers/michaelld/scopesink/gr-wxgui/src/python/scopesink.py
Log:
Hack for backwards compatibility with previous scope_sink, sort of, at
least for all of the current gnuradio-examples.
Modified:
gnuradio/branches/developers/michaelld/scopesink/gr-wxgui/src/python/scopesink.py
===================================================================
---
gnuradio/branches/developers/michaelld/scopesink/gr-wxgui/src/python/scopesink.py
2007-03-18 01:11:25 UTC (rev 4772)
+++
gnuradio/branches/developers/michaelld/scopesink/gr-wxgui/src/python/scopesink.py
2007-03-18 01:18:47 UTC (rev 4773)
@@ -58,6 +58,9 @@
vbox.Add (self.make_control_box (parent), 0, wx.EXPAND)
vbox.Add (self.make_control2_box (parent), 0, wx.EXPAND)
+# for backwards compatibilty, sort of
+ self.win = vbox
+
if not vbox:
self.sizer = vbox
self.SetSizer (self.sizer)
_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio