diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-22 09:54:30 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2013-06-22 09:54:30 -0700 |
commit | 48e5bff6fe99b5d4654fcb03a6f8da8a206eb7d7 (patch) | |
tree | 7aa3dd13ca88ef1aa22729a879107c8d3c3638db /gr-wxgui/src/python/scope_window.py | |
parent | 5b507f3831afcffc1ee147fe22c31af95b9a7596 (diff) | |
parent | 23737315ad6f2670bd5d54a6c07c36c9124bd372 (diff) |
Merge branch 'fix-wxgui-gl' into maint
Diffstat (limited to 'gr-wxgui/src/python/scope_window.py')
-rw-r--r-- | gr-wxgui/src/python/scope_window.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-wxgui/src/python/scope_window.py b/gr-wxgui/src/python/scope_window.py index dc90a60459..fa79a986e9 100644 --- a/gr-wxgui/src/python/scope_window.py +++ b/gr-wxgui/src/python/scope_window.py @@ -492,6 +492,7 @@ 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) |