File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
162007-06-27 Patch for get_py2exe_datafiles() to work with new directory
27 layout. (Thanks Tocer and also Werner Bruhin.) -ADS
38
9+
4102007-06-27 Added a scroll event to the mpl event handling system and
511 implemented it for backends GTK* -- other backend
612 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):
344344 self .window = None
345345 Gcf .destroy (self ._num )
346346
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>" )
349349 _focus = windowing .FocusManager ()
350350 if not self ._shown :
351351 self .window .deiconify ()
You can’t perform that action at this time.
0 commit comments