8000 Fix · OceanWolf/matplotlib@27885ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 27885ad

Browse files
committed
Fix
1 parent d3a4c65 commit 27885ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)
0