diff --git a/invesalius/gui/task_navigator.py b/invesalius/gui/task_navigator.py index 7d1b649..a471e47 100644 --- a/invesalius/gui/task_navigator.py +++ b/invesalius/gui/task_navigator.py @@ -665,7 +665,7 @@ class NeuronavigationPanel(wx.Panel): seed = 3 * [0.] Publisher.sendMessage('Create marker', coord=coord, colour=colour, size=size, - marker_id=label, seed=seed) + label=label, seed=seed) else: for m in [0, 1, 2]: self.numctrls_fiducial[n][m].SetValue(float(self.current_coord[m])) -- libgit2 0.21.2