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

Skip to content

Commit 1852052

Browse files
authored
Update backend_wx.py
1 parent 42bf181 commit 1852052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/backends/backend_wx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def _onClose(self, event):
976976
self.figmgr.frame = None
977977
# remove figure manager from Gcf.figs
978978
Gcf.destroy(self.figmgr)
979-
# Carry on with wx close event propagation, frame & children destruction
979+
# Carry on with close event propagation, frame & children destruction
980980
event.Skip()
981981

982982
def GetToolBar(self):

0 commit comments

Comments
 (0)