From 27885ad1cc44fe360408bf5df00bbe034043f4ff Mon Sep 17 00:00:00 2001 From: OceanWolf Date: Tue, 14 Jul 2015 00:29:42 +0200 Subject: [PATCH] Fix --- lib/matplotlib/backend_tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/matplotlib/backend_tools.py b/lib/matplotlib/backend_tools.py index de02519c4f00..7464ade93cd8 100644 --- a/lib/matplotlib/backend_tools.py +++ b/lib/matplotlib/backend_tools.py @@ -618,7 +618,7 @@ def init_dialog(self): w, h = int(tool_fig.bbox.width), int(tool_fig.bbox.height) - self.dialog.add_element(self.tool_canvas, True, 'center') + self.dialog.add_element(self.tool_canvas, 'center') self.dialog.set_default_size(w, h) def _window_destroy(self, *args, **kwargs):