Commit 7beb91c347002292734601c8f973946ca358ab6a
1 parent
9d0c5a70
Exists in
master
and in
38 other branches
cleaning
Showing
1 changed file
with
0 additions
and
4 deletions
Show diff stats
invesalius/gui/task_surface.py
@@ -503,8 +503,6 @@ class SurfaceProperties(wx.Panel): | @@ -503,8 +503,6 @@ class SurfaceProperties(wx.Panel): | ||
503 | self.surface_list[index][0] = name | 503 | self.surface_list[index][0] = name |
504 | self.combo_surface_name.SetString(index, name) | 504 | self.combo_surface_name.SetString(index, name) |
505 | 505 | ||
506 | - print ">>>> SURFACE DICT", self.surface_list | ||
507 | - | ||
508 | def InsertNewSurface(self, pubsub_evt): | 506 | def InsertNewSurface(self, pubsub_evt): |
509 | #not_update = len(pubsub_evt.data) == 5 | 507 | #not_update = len(pubsub_evt.data) == 5 |
510 | index = pubsub_evt.data[0] | 508 | index = pubsub_evt.data[0] |
@@ -530,8 +528,6 @@ class SurfaceProperties(wx.Panel): | @@ -530,8 +528,6 @@ class SurfaceProperties(wx.Panel): | ||
530 | self.slider_transparency.SetValue(transparency) | 528 | self.slider_transparency.SetValue(transparency) |
531 | Publisher.sendMessage('Update surface data', (index)) | 529 | Publisher.sendMessage('Update surface data', (index)) |
532 | 530 | ||
533 | - | ||
534 | - | ||
535 | def OnComboName(self, evt): | 531 | def OnComboName(self, evt): |
536 | surface_name = evt.GetString() | 532 | surface_name = evt.GetString() |
537 | surface_index = evt.GetSelection() | 533 | surface_index = evt.GetSelection() |