Compare View

switch
from
...
to
 
Commits (2)
invesalius/gui/task_navigator.py
@@ -1278,7 +1278,7 @@ class MarkersPanel(wx.Panel): @@ -1278,7 +1278,7 @@ class MarkersPanel(wx.Panel):
1278 1278
1279 self.session = ses.Session() 1279 self.session = ses.Session()
1280 1280
1281 - self.current_coord = 0, 0, 0, None, None, None 1281 + self.current_coord = [0, 0, 0, None, None, None]
1282 self.current_seed = 0, 0, 0 1282 self.current_seed = 0, 0, 0
1283 self.current_robot_target_matrix = [None] * 9 1283 self.current_robot_target_matrix = [None] * 9
1284 self.markers = [] 1284 self.markers = []