Commit 897031ca98e01f36e03171ac4997a93c513524e7
1 parent
2f15c511
Exists in
master
and in
67 other branches
FIX: Fixed problem with measures
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/data/measures.py
@@ -121,7 +121,7 @@ class MeasurementManager(object): | @@ -121,7 +121,7 @@ class MeasurementManager(object): | ||
121 | x, y, z = position | 121 | x, y, z = position |
122 | actors = mr.AddPoint(x, y, z) | 122 | actors = mr.AddPoint(x, y, z) |
123 | m.points.append(position) | 123 | m.points.append(position) |
124 | - Publisher.sendMessage(("Add actors", location), | 124 | + Publisher.sendMessage("Add actors " + str(location), |
125 | (actors, m.slice_number)) | 125 | (actors, m.slice_number)) |
126 | 126 | ||
127 | if mr.IsComplete(): | 127 | if mr.IsComplete(): |