Skip to content

Commit

Permalink
Merge pull request dtmilano#282 from rook828/orientation_window_fix
Browse files Browse the repository at this point in the history
Window resize fix (for orientation changes)
  • Loading branch information
dtmilano authored Sep 18, 2020
2 parents 9e97819 + 0ba9acb commit f73dae5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/com/dtmilano/android/culebron.py
Original file line number Diff line number Diff line change
Expand Up @@ -1086,9 +1086,6 @@ def refresh(self):
changed = True
break
if changed:
self.window.geometry('%dx%d' % (self.device.display['width'] * self.scale,
self.device.display['height'] * self.scale + int(
self.statusBar.winfo_height())))
self.deleteVignette()
self.canvas.destroy()
self.canvas = None
Expand Down

0 comments on commit f73dae5

Please sign in to comment.