From 6e10d502655b8e1890c4eef468a9c39b35085273 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 2 Aug 2016 09:50:32 -0300 Subject: [PATCH] The location and type was inverted on the measurement datanotebook --- 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 af7fc00..a63ee53 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -1158,7 +1158,7 @@ class MeasuresListCtrlPanel(wx.ListCtrl, listmix.TextEditMixin): self.Refresh() def UpdateItemInfo(self, index=0, label="Measurement 1", colour=None, - type_="LINEAR", location="SURFACE", value="0 mm"): + location="SURFACE", type_="LINEAR", value="0 mm"): self.SetStringItem(index, 1, label, imageId = self._list_index[index]) self.SetStringItem(index, 2, location) -- libgit2 0.21.2