Skip to content

Commit e9d08b9

Browse files
authored
Fix problems with windowing
1 parent a86527d commit e9d08b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/backends/_backend_tk.py

-1
Original file line numberDiff line numberDiff line change
@@ -1004,7 +1004,6 @@ def new_figure_manager_given_figure(cls, num, figure):
10041004
"""
10051005
Create a new figure manager instance for the given figure.
10061006
"""
1007-
_focus = windowing.FocusManager()
10081007
window = Tk.Tk(className="matplotlib")
10091008
window.withdraw()
10101009

0 commit comments

Comments
 (0)