Commit 10bc0637c1c17d888c1c7659fd7940df47b34443

Authored by tatiana
1 parent 0097b14d

FIX: Error in project

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/project.py
... ... @@ -64,7 +64,7 @@ class Project(object):
64 64  
65 65 # Surfaces are (vtkPolyData)
66 66 self.surface_dict = {}
67   - #self.last_surface_index = -1
  67 + self.last_surface_index = -1
68 68  
69 69 # Measurements
70 70 self.measurement_dict = {}
... ...