Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f3df28 + f5044af commit 2132073Copy full SHA for 2132073
1 file changed
lib/matplotlib/backends/backend_tkagg.py
@@ -208,6 +208,7 @@ def __init__(self, figure, master=None, resize_callback=None):
208
# to the window and filter.
209
def filter_destroy(evt):
210
if evt.widget is self._tkcanvas:
211
+ self._master.update_idletasks()
212
self.close_event()
213
root.bind("<Destroy>", filter_destroy, "+")
214
0 commit comments