Skip to content

Commit

Permalink
minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Dec 13, 2018
1 parent 21c15e2 commit f6655ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions straditize/widgets/image_correction.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ def rotate_image(self):
self.straditizer_widgets.menu_actions.open_straditizer(
image, attrs=attrs)

self._rotating = self._ha = self._va = False

def remove_marks(self):
self._rotating = self._ha = self._va = False
self.straditizer.remove_marks()
Expand Down

0 comments on commit f6655ca

Please sign in to comment.