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