Commit 04142cf165f5d556ae9b4175d5d05d2c34ffbfb3
1 parent
0879edaa
Exists in
master
and in
67 other branches
ENH: Improviments to show surface from task
Showing
2 changed files
with
1 additions
and
2 deletions
Show diff stats
invesalius/data/surface.py
invesalius/gui/task_surface.py
... | ... | @@ -499,7 +499,7 @@ class SurfaceProperties(wx.Panel): |
499 | 499 | self.button_colour.SetColour(colour) |
500 | 500 | self.slider_transparency.SetValue(transparency) |
501 | 501 | self.combo_surface_name.SetSelection(index) |
502 | - | |
502 | + Publisher.sendMessage('Update surface data', (index)) | |
503 | 503 | |
504 | 504 | def OnComboName(self, evt): |
505 | 505 | surface_name = evt.GetString() | ... | ... |