Commit 6a9556a5bf640751ccf2a460cbbec58ecfb30179

Authored by tatiana
1 parent bd716a23

FIX: Save inv3 after measures

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
invesalius/data/measures.py
@@ -62,9 +62,6 @@ class MeasurementManager(object): @@ -62,9 +62,6 @@ class MeasurementManager(object):
62 else: 62 else:
63 ps.Publisher().sendMessage('Update slice viewer') 63 ps.Publisher().sendMessage('Update slice viewer')
64 64
65 - session = ses.Session()  
66 - session.SaveProject()  
67 -  
68 def _add_point(self, pubsub_evt): 65 def _add_point(self, pubsub_evt):
69 position = pubsub_evt.data[0] 66 position = pubsub_evt.data[0]
70 type = pubsub_evt.data[1] # Linear or Angular 67 type = pubsub_evt.data[1] # Linear or Angular