From 8e9f00234c49b123022067aaee3ec9e810e24b72 Mon Sep 17 00:00:00 2001 From: Renan Date: Mon, 14 Mar 2022 15:59:22 +0200 Subject: [PATCH] FIX: initialization of current_coord --- 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 56eac28..3fe7759 100644 --- a/invesalius/gui/task_navigator.py +++ b/invesalius/gui/task_navigator.py @@ -1278,7 +1278,7 @@ class MarkersPanel(wx.Panel): self.session = ses.Session() - self.current_coord = 0, 0, 0, None, None, None + self.current_coord = [0, 0, 0, None, None, None] self.current_seed = 0, 0, 0 self.current_robot_target_matrix = [None] * 9 self.markers = [] -- libgit2 0.21.2