We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a4c65 commit 27885adCopy full SHA for 27885ad
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