Skip to content

Commit

Permalink
Merge pull request #1306 from HEXRD/interactive-template-reset
Browse files Browse the repository at this point in the history
Update interactive_template.py
  • Loading branch information
joelvbernier authored Oct 28, 2022
2 parents a63d0c6 + 3b9cede commit 19a7c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hexrd/ui/interactive_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def clear(self):
if self.shape in self.raw_axes.patches:
self.raw_axes.patches.remove(self.shape)
self.redraw()
self.total_rotation = 0.

def save_boundary(self, color):
if self.shape in self.raw_axes.patches:
Expand Down

0 comments on commit 19a7c5a

Please sign in to comment.