Commit 30442c8cb71bfc5203c7bfe2107b16f9d8c09aca
1 parent
b4b09546
Exists in
master
and in
67 other branches
Updating slices when changing threshold
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/data/viewer_slice.py
| @@ -1302,6 +1302,7 @@ class Viewer(wx.Panel): | @@ -1302,6 +1302,7 @@ class Viewer(wx.Panel): | ||
| 1302 | def ReloadActualSlice(self, pubsub_evt): | 1302 | def ReloadActualSlice(self, pubsub_evt): |
| 1303 | pos = self.scroll.GetThumbPosition() | 1303 | pos = self.scroll.GetThumbPosition() |
| 1304 | self.set_slice_number(pos) | 1304 | self.set_slice_number(pos) |
| 1305 | + self.interactor.Render() | ||
| 1305 | 1306 | ||
| 1306 | def AddActors(self, pubsub_evt): | 1307 | def AddActors(self, pubsub_evt): |
| 1307 | "Inserting actors" | 1308 | "Inserting actors" |