Commit 15b8a4696e0c98861f777e11f09c0c0bebe2ee82
1 parent
5ceb238c
Exists in
master
and in
68 other branches
FIX: Oops, it was missing a pubsub message to window level affects the clut raycasting widget too
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/data/viewer_volume.py
... | ... | @@ -82,6 +82,7 @@ class Viewer(wx.Panel): |
82 | 82 | self.last_x, self.last_y = mouse_x, mouse_y |
83 | 83 | ps.Publisher().sendMessage('Set raycasting relative window and level', |
84 | 84 | (diff_x, diff_y)) |
85 | + ps.Publisher().sendMessage('Refresh raycasting widget points', None) | |
85 | 86 | self.interactor.Render() |
86 | 87 | |
87 | 88 | def OnClick(self, obj, evt): | ... | ... |