Commit 046f859e2196f081d4d6056961ad18c6c9ec0568
1 parent
cbdb6f7d
Exists in
master
and in
1 other branch
Showing surface when selected in the task surface combobox
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/data/surface.py
@@ -375,8 +375,8 @@ class SurfaceManager(): | @@ -375,8 +375,8 @@ class SurfaceManager(): | ||
375 | surface.colour, surface.volume, | 375 | surface.colour, surface.volume, |
376 | surface.area, surface.transparency)) | 376 | surface.area, surface.transparency)) |
377 | self.last_surface_index = index | 377 | self.last_surface_index = index |
378 | - if surface.is_shown: | ||
379 | - self.ShowActor(index, True) | 378 | + # if surface.is_shown: |
379 | + self.ShowActor(index, True) | ||
380 | 380 | ||
381 | def OnLoadSurfaceDict(self, pubsub_evt): | 381 | def OnLoadSurfaceDict(self, pubsub_evt): |
382 | surface_dict = pubsub_evt.data | 382 | surface_dict = pubsub_evt.data |