Skip to content

Commit

Permalink
Fix the mysterious growing browser problem
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Aug 30, 2024
1 parent 8f46104 commit 5a7b518
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ def __init__(self, manifold, root=None, main_window=None):
self.modeline.pack(fill=Tk_.BOTH, expand=True, padx=30)
self.update_modeline()
self.update_idletasks()
self.wm_geometry(self.wm_geometry())

def __repr__(self):
return 'Browser window for %s\n' % self.manifold
Expand Down

0 comments on commit 5a7b518

Please sign in to comment.