Skip to content

Commit

Permalink
fix app craches while zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef-Harby committed Dec 8, 2021
1 parent bca606a commit 510470f
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 510470f

Please sign in to comment.