Commit c48e9290dc91009cf00dc3def692e51c6cebe3e0
1 parent
5c9a305f
Exists in
interactor_style
Starting with the ww and wl text hidden
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
invesalius/data/viewer_slice.py
@@ -829,6 +829,7 @@ class Viewer(wx.Panel): | @@ -829,6 +829,7 @@ class Viewer(wx.Panel): | ||
829 | self.interactor.Render() | 829 | self.interactor.Render() |
830 | 830 | ||
831 | self.EnableText() | 831 | self.EnableText() |
832 | + self.wl_text.Hide() | ||
832 | ## Insert cursor | 833 | ## Insert cursor |
833 | self.SetInteractorStyle(const.STATE_DEFAULT) | 834 | self.SetInteractorStyle(const.STATE_DEFAULT) |
834 | 835 |