Skip to content

Commit 1b61b42

Browse files
committed
Fix
1 parent aa2d54c commit 1b61b42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/backend_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ def init_dialog(self):
618618

619619
w, h = int(tool_fig.bbox.width), int(tool_fig.bbox.height)
620620

621-
self.dialog.add_element(self.tool_canvas, True, 'center')
621+
self.dialog.add_element(self.tool_canvas, 'center')
622622
self.dialog.set_default_size(w, h)
623623

624624
def _window_destroy(self, *args, **kwargs):

0 commit comments

Comments
 (0)