diff --git a/lib/matplotlib/backends/_backend_tk.py b/lib/matplotlib/backends/_backend_tk.py index 9549d57c24b7..600722dfcc8d 100644 --- a/lib/matplotlib/backends/_backend_tk.py +++ b/lib/matplotlib/backends/_backend_tk.py @@ -448,9 +448,6 @@ def _get_toolmanager(self): def resize(self, width, height): self.canvas._tkcanvas.configure(width=width, height=height) - if self.toolbar is not None: - self.toolbar.configure(width=width) - def show(self): with _restore_foreground_window_at_end(): if not self._shown: