Commit c5395f5b5bc364c37d0f7e8df8abb037518ffb08

Authored by vhosouza
1 parent 1d2dde67
Exists in usp-navegador

FIX: Fix pubsub message to set ball reference position.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/data/viewer_slice.py
@@ -684,7 +684,7 @@ class Viewer(wx.Panel): @@ -684,7 +684,7 @@ class Viewer(wx.Panel):
684 684
685 ps.Publisher().sendMessage('Update cross position', 685 ps.Publisher().sendMessage('Update cross position',
686 (self.orientation, coord_cross)) 686 (self.orientation, coord_cross))
687 - ps.Publisher().sendMessage('Set ball reference position', coord_cross) 687 + ps.Publisher().sendMessage('Set ball reference position based on bound', coord_cross)
688 ps.Publisher().sendMessage('Set camera in volume', coord_cross) 688 ps.Publisher().sendMessage('Set camera in volume', coord_cross)
689 ps.Publisher().sendMessage('Render volume viewer') 689 ps.Publisher().sendMessage('Render volume viewer')
690 690