commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4773 - gnuradio/branches/developers/michaelld/scopesi


From: michaelld
Subject: [Commit-gnuradio] r4773 - gnuradio/branches/developers/michaelld/scopesink/gr-wxgui/src/python
Date: Sat, 17 Mar 2007 19:18:47 -0600 (MDT)

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)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]