We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fa9e9e commit f31589bCopy full SHA for f31589b
1 file changed
src/__init__.py
@@ -11916,10 +11916,7 @@ def remove_rotation(self):
11916
if r.is_empty or r.is_infinite:
11917
continue
11918
widget.rect = r
11919
- try:
11920
- widget.update()
11921
- except ValueError:
11922
- pass
+ widget.update()
11923
return rot # the inverse of the generated derotation matrix
11924
11925
def cluster_drawings(
0 commit comments