summaryrefslogtreecommitdiff
path: root/gr-wxgui/src/python/waterfall_window.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2013-06-05 16:11:21 -0400
committerJohnathan Corgan <johnathan@corganlabs.com>2013-06-05 16:11:21 -0400
commitf98715b851b39c0e3f11c0a5e853eec1ac7dbff6 (patch)
tree66d650bad1fe6c5244c2fd692df5c8b93698330d /gr-wxgui/src/python/waterfall_window.py
parent36f8fe8f83bc867d7f1e00725a9f13415b863540 (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/waterfall_window.py')
-rw-r--r--gr-wxgui/src/python/waterfall_window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-wxgui/src/python/waterfall_window.py b/gr-wxgui/src/python/waterfall_window.py
index a190899c3a..cd60104d7a 100644
--- a/gr-wxgui/src/python/waterfall_window.py
+++ b/gr-wxgui/src/python/waterfall_window.py
@@ -207,7 +207,6 @@ class waterfall_window(wx.Panel, pubsub.pubsub):
wx.Panel.__init__(self, parent, style=wx.SIMPLE_BORDER)
self.plotter = plotter.waterfall_plotter(self)
self.plotter.SetSize(wx.Size(*size))
- self.plotter.SetSizeHints(*size)
self.plotter.set_title(title)
self.plotter.enable_point_label(True)
self.plotter.enable_grid_lines(False)