We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa2d54c commit 1b61b42Copy full SHA for 1b61b42
1 file changed
lib/matplotlib/backend_tools.py
@@ -618,7 +618,7 @@ def init_dialog(self):
618
619
w, h = int(tool_fig.bbox.width), int(tool_fig.bbox.height)
620
621
- self.dialog.add_element(self.tool_canvas, True, 'center')
+ self.dialog.add_element(self.tool_canvas, 'center')
622
self.dialog.set_default_size(w, h)
623
624
def _window_destroy(self, *args, **kwargs):
0 commit comments