From c13a5e1dc0434a9baee480881b560f6147b2b83c Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 8 Mar 2010 15:13:55 +0000 Subject: [PATCH] FIX: Location and type values on measures notebook --- invesalius/gui/data_notebook.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index 5d65f40..4201e40 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -1101,8 +1101,8 @@ class MeasuresListCtrlPanel(wx.ListCtrl, listmix.TextEditMixin): index = pubsub_evt.data[0] name = pubsub_evt.data[1] colour = pubsub_evt.data[2] - location = pubsub_evt.data[3] - type_ = pubsub_evt.data[4] + location = pubsub_evt.data[4] + type_ = pubsub_evt.data[3] value = pubsub_evt.data[5] if index not in self._list_index: -- libgit2 0.21.2