Skip to content

Commit

Permalink
Removed unnecessary manual window resizing to fix issues with display…
Browse files Browse the repository at this point in the history
…ing new orientations
  • Loading branch information
rook828 authored and standard committed Sep 17, 2020
1 parent e9dab09 commit 0ba9acb
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 0ba9acb

Please sign in to comment.