Commit 335ce5cfb31a531e9d7c3b0ed8bb4186de150b57
1 parent
89ef35b3
Exists in
master
and in
38 other branches
Fixed problem with watershed cursor
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
invesalius/data/styles.py
| ... | ... | @@ -1220,9 +1220,7 @@ class WaterShedInteractorStyle(DefaultInteractorStyle): |
| 1220 | 1220 | |
| 1221 | 1221 | self.viewer.slice_.current_mask.was_edited = True |
| 1222 | 1222 | self.viewer.slice_.current_mask.clear_history() |
| 1223 | - Publisher.sendMessage('Reload actual slice') | |
| 1224 | - else: | |
| 1225 | - self.viewer.OnScrollBar(update3D=False) | |
| 1223 | + Publisher.sendMessage('Reload actual slice') | |
| 1226 | 1224 | |
| 1227 | 1225 | def get_coordinate_cursor(self): |
| 1228 | 1226 | # Find position | ... | ... |