From 597575d6dac4d963943e48135ce69ab193911715 Mon Sep 17 00:00:00 2001 From: tatiana Date: Wed, 3 Feb 2010 11:04:42 +0000 Subject: [PATCH] ENH: Viewer slice WW/WL text (#145) --- invesalius/data/viewer_slice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index ab9284b..92045cc 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -221,6 +221,7 @@ class Viewer(wx.Panel): self.on_wl = False self.wl_text.Hide() + self.__set_editor_cursor_visibility(0) @@ -426,7 +427,7 @@ class Viewer(wx.Panel): colour = const.ORIENTATION_COLOUR[self.orientation] # Window & Level text - self.wl_text = vtku.TextZero() + self.wl_text = vtku.Text() self.SetWLText(proj.level, proj.window) -- libgit2 0.21.2