Commit 6a9556a5bf640751ccf2a460cbbec58ecfb30179
1 parent
bd716a23
Exists in
master
and in
6 other branches
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 | 62 | else: |
63 | 63 | ps.Publisher().sendMessage('Update slice viewer') |
64 | 64 | |
65 | - session = ses.Session() | |
66 | - session.SaveProject() | |
67 | - | |
68 | 65 | def _add_point(self, pubsub_evt): |
69 | 66 | position = pubsub_evt.data[0] |
70 | 67 | type = pubsub_evt.data[1] # Linear or Angular | ... | ... |