Commit 47fdfda6301d44df9f6cfcee7ffd35d3a295b143

Authored by Thiago Franco de Moraes
1 parent 3f79dd82
Exists in rotvol

Improvements

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
invesalius/data/styles.py
... ... @@ -1446,7 +1446,6 @@ class ReorientImageInteractorStyle(DefaultInteractorStyle):
1446 1446 self.viewer.slice_.q_orientation = np.array((1, 0, 0, 0))
1447 1447 self._discard_buffers()
1448 1448 Publisher.sendMessage('Show mask', (self.viewer.slice_.current_mask.index, True))
1449   - Publisher.sendMessage('Reload actual slice %s' % self.viewer.orientation)
1450 1449  
1451 1450 def OnLeftClick(self, obj, evt):
1452 1451 if self._over_center:
... ...