Skip to content

Commit

Permalink
Merge pull request #94 from Youssef-Harby/rsfix
Browse files Browse the repository at this point in the history
fix app craches while zooming
  • Loading branch information
Youssef-Harby authored Dec 8, 2021
2 parents a56efe7 + 5691ffa commit f6f5a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eiseg/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@ def updateImage(self, reset_canvas=False):

def viewZoomed(self, scale):
self.scene.scale = scale
self.scene.updatePolygonSize()
# self.scene.updatePolygonSize() # App craches while zoom in and out and go to next image

# 界面缩放重置
def resetZoom(self, width, height):
Expand Down

0 comments on commit f6f5a6c

Please sign in to comment.