From 9f05fe971aada7a727adafceb98764f20de63c6f Mon Sep 17 00:00:00 2001 From: tatiana Date: Thu, 7 Jan 2010 12:55:26 +0000 Subject: [PATCH] ENH: Hid annotations and measures in notebook (#89) --- 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 82dcd2e..22495d4 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -41,8 +41,8 @@ class NotebookPanel(wx.Panel): book.AddPage(MasksListCtrlPanel(book), _("Masks")) book.AddPage(SurfacesListCtrlPanel(book), _("Surfaces")) - book.AddPage(MeasuresListCtrlPanel(book), _("Measures")) - book.AddPage(AnnotationsListCtrlPanel(book), _("Annotations")) + #book.AddPage(MeasuresListCtrlPanel(book), _("Measures")) + #book.AddPage(AnnotationsListCtrlPanel(book), _("Annotations")) book.SetSelection(0) -- libgit2 0.21.2