Commit ebbb5b0a2179aa8e050475be0cec67bf88eda3eb
1 parent
a84bfc20
Exists in
master
and in
68 other branches
FIX: Problem with Windows and VTK 5.6.0 (Window Jump)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/viewer_slice.py
| ... | ... | @@ -1263,7 +1263,7 @@ class Viewer(wx.Panel): |
| 1263 | 1263 | self.__update_display_extent(slice_data) |
| 1264 | 1264 | |
| 1265 | 1265 | slice_data.renderer.ResetCamera() |
| 1266 | - slice_data.renderer.Render() | |
| 1266 | + #slice_data.renderer.Render() | |
| 1267 | 1267 | |
| 1268 | 1268 | def __update_display_extent(self, slice_data): |
| 1269 | 1269 | e = self.imagedata.GetWholeExtent() | ... | ... |