8000 Merge remote-tracking branch 'upstream/v1.2.x' · matplotlib/matplotlib@fdf123e · GitHub
[go: up one dir, main page]

Skip to content

Commit fdf123e

Browse files
committed
Merge remote-tracking branch 'upstream/v1.2.x'
2 parents fb2da34 + 9768142 commit fdf123e

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