From 304995de952293129709007685b7abec3889f733 Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 8 Mar 2010 15:24:32 +0000 Subject: [PATCH] FIX: Location and type values on measures notebook --- invesalius/gui/data_notebook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index 8c160ee..1616b5a 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -1120,7 +1120,7 @@ class MeasuresListCtrlPanel(wx.ListCtrl, listmix.TextEditMixin): def InsertNewItem(self, index=0, label="Measurement 1", colour=None, - type_="LINEAR", location="SURFACE", value="0 mm"): + location="SURFACE", type_="LINEAR", value="0 mm"): self.InsertStringItem(index, "") self.SetStringItem(index, 1, label, imageId = self._list_index[index]) -- libgit2 0.21.2