Commit 158a65d92232a4eb2220d80e753f478ff23fd705
1 parent
a9726ae0
Exists in
master
Fix: Surface generation options is shown if image is reoriented (Closes #116)
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/data/slice_.py
... | ... | @@ -1452,6 +1452,7 @@ class Slice(object): |
1452 | 1452 | self.__clean_current_mask(None) |
1453 | 1453 | if self.current_mask: |
1454 | 1454 | self.current_mask.matrix[:] = 0 |
1455 | + self.current_mask.was_edited = False | |
1455 | 1456 | |
1456 | 1457 | for o in self.buffer_slices: |
1457 | 1458 | self.buffer_slices[o].discard_buffer() | ... | ... |