File tree 2 files changed +8
-2
lines changed 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ 2007-06-27 Applied Micheal's tk savefig bugfix described at
2
+ http://sourceforge.net/tracker/index.php?func=detail&aid=1716732&group_id=80706&atid=560720
3
+ Thanks Michael!
4
+
5
+
1
6
2007-06-27 Patch for get_py2exe_datafiles() to work with new directory
2
7
layout. (Thanks Tocer and also Werner Bruhin.) -ADS
3
8
9
+
4
10
2007-06-27 Added a scroll event to the mpl event handling system and
5
11
implemented it for backends GTK* -- other backend
6
12
users/developers/maintainers, please add support for your
Original file line number Diff line number Diff line change @@ -344,8 +344,8 @@ def destroy(*args):
344
344
self .window = None
345
345
Gcf .destroy (self ._num )
346
346
347
- if not self ._shown : self .window .bind ("<Destroy>" , destroy )
348
-
347
+ # if not self._shown: self.window.bind("<Destroy>", destroy)
348
+ if not self . _shown : self . canvas . _tkcanvas . bind ( "<Destroy>" )
349
349
_focus = windowing .FocusManager ()
350
350
if not self ._shown :
351
351
self .window .deiconify ()
You can’t perform that action at this time.
0 commit comments