Commit 6ccb6c2ffb7f6eedadc3fc1e5b539d474ee9e960

Authored by Thiago Franco de Moraes
1 parent c90d26bb
Exists in select_part

Improvement

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
invesalius/data/styles.py
... ... @@ -1960,6 +1960,7 @@ class SelectMaskPartsInteractorStyle(DefaultInteractorStyle):
1960 1960 self.config.mask = None
1961 1961 del self.viewer.slice_.aux_matrices['SELECT']
1962 1962 self.viewer.slice_.to_show_aux = ''
  1963 + Publisher.sendMessage('Reload actual slice')
1963 1964  
1964 1965 def OnSelect(self, obj, evt):
1965 1966 if (self.viewer.slice_.buffer_slices[self.orientation].mask is None):
... ...