Skip to content

Commit

Permalink
Fixes #20.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsayellow committed Jul 18, 2018
1 parent 6056245 commit 96c72a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marcam/image_scrolled_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ def set_virt_size_with_min(self):
# Seems to always have position at (0,0), but width, height are
# good.
# USELESS: self.GetMaxClientSize() always = (-1,-1)
# USELESS: self.GetMaxSize() always = (-1,-1)
# USELESS: self.GetMaxSize() always = (-1,-1)

# Max size of client (without scrollbars)
win_size = self.GetSize()
Expand Down

0 comments on commit 96c72a6

Please # to comment.