Commit 10bc0637c1c17d888c1c7659fd7940df47b34443
1 parent
0097b14d
Exists in
master
and in
6 other branches
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,7 +64,7 @@ class Project(object): | ||
64 | 64 | ||
65 | # Surfaces are (vtkPolyData) | 65 | # Surfaces are (vtkPolyData) |
66 | self.surface_dict = {} | 66 | self.surface_dict = {} |
67 | - #self.last_surface_index = -1 | 67 | + self.last_surface_index = -1 |
68 | 68 | ||
69 | # Measurements | 69 | # Measurements |
70 | self.measurement_dict = {} | 70 | self.measurement_dict = {} |