From 505636753e460d483821d8e508cf495dfb97cfab Mon Sep 17 00:00:00 2001 From: Victor Hugo Souza Date: Mon, 27 Sep 2021 09:28:10 +0300 Subject: [PATCH] FIX: Replace marker_id by label_id on CreateMarker event --- invesalius/gui/task_navigator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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