Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32abfcd

Browse files
author
Ken McIvor
committed
Fixed another of my typos in the WX backend
svn path=/trunk/matplotlib/; revision=3469
1 parent a55a4ad commit 32abfcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ def _create_wx_app():
12181218
wxapp.SetExitOnFrameDelete(True)
12191219
# retain a reference to the app object so it does not get garbage
12201220
# collected and cause segmentation faults
1221-
_create_wx_app.theWxApp = app
1221+
_create_wx_app.theWxApp = wxapp
12221222

12231223

12241224
def draw_if_interactive():

0 commit comments

Comments
 (0)