10000 Merge pull request #1998 from mdboom/wx-backend-bug · matplotlib/matplotlib@9768142 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9768142

Browse files
committed
Merge pull request #1998 from mdboom/wx-backend-bug
Wx backend broken
2 parents 41315b6 + e1b934c commit 9768142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ def __init__(self, bitmap, dpi):
263263
"""
264264
Initialise a wxWindows renderer instance.
265265
"""
266+
RendererBase.__init__(self)
266267
DEBUG_MSG("__init__()", 1, self)
267268
if wx.VERSION_STRING < "2.8":
268269
raise RuntimeError("matplotlib no longer supports wxPython < 2.8 for the Wx backend.\nYou may, however, use the WxAgg backend.")

0 commit comments

Comments
 (0)
0