diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-05 16:11:21 -0400 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-05 16:11:21 -0400 |
commit | f98715b851b39c0e3f11c0a5e853eec1ac7dbff6 (patch) | |
tree | 66d650bad1fe6c5244c2fd692df5c8b93698330d /gr-wxgui/src/python/scope_window.py | |
parent | 36f8fe8f83bc867d7f1e00725a9f13415b863540 (diff) |
Revert "wxgui: Fixes to solve issues using GL sinks on OS X"
This reverts commit 5f0aaf3d5397675d6f87acd7ab20526ac1fb0d4e.
Issues reported with blank displays on some non-OSX systems.
Diffstat (limited to 'gr-wxgui/src/python/scope_window.py')
-rw-r--r-- | gr-wxgui/src/python/scope_window.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/scope_window.py b/gr-wxgui/src/python/scope_window.py index fa79a986e9..dc90a60459 100644 --- a/gr-wxgui/src/python/scope_window.py +++ b/gr-wxgui/src/python/scope_window.py @@ -492,7 +492,6 @@ class scope_window(wx.Panel, pubsub.pubsub): wx.Panel.__init__(self, parent, style=wx.SIMPLE_BORDER) self.plotter = plotter.channel_plotter(self) self.plotter.SetSize(wx.Size(*size)) - self.plotter.SetSizeHints(*size) self.plotter.set_title(title) self.plotter.enable_legend(True) self.plotter.enable_point_label(True) |