From 7498294507ed0b58b0e4bec8e53ce0a1a6e9dd38 Mon Sep 17 00:00:00 2001 From: tatiana Date: Mon, 23 Nov 2009 14:51:19 +0000 Subject: [PATCH] FIX: Text on slice for representing orientation --- invesalius/data/viewer_slice.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index d9698ce..99ed574 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -399,10 +399,10 @@ class Viewer(wx.Panel): if self.orientation == 'AXIAL': values = ['R', 'L', 'A', 'P'] elif self.orientation == 'SAGITAL': - values = ['R', 'L', 'T', 'B'] - else: values = ['P', 'A', 'T', 'B'] - + else: + values = ['R', 'L', 'T', 'B'] + left_text = vtku.Text() left_text.ShadowOff() left_text.SetColour(colour) -- libgit2 0.21.2