Commit 897031ca98e01f36e03171ac4997a93c513524e7

Authored by Paulo Henrique Junqueira Amorim
1 parent 2f15c511

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 121 x, y, z = position
122 122 actors = mr.AddPoint(x, y, z)
123 123 m.points.append(position)
124   - Publisher.sendMessage(("Add actors", location),
  124 + Publisher.sendMessage("Add actors " + str(location),
125 125 (actors, m.slice_number))
126 126  
127 127 if mr.IsComplete():
... ...