From 4aeae2b97f3e254534e833dc54d734d2db1ea61a Mon Sep 17 00:00:00 2001 From: tfmoraes Date: Fri, 16 Oct 2009 11:48:26 +0000 Subject: [PATCH] FIX: Only showing the ww&wl when it's possible --- invesalius/data/viewer_slice.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 474005b..c2b61b6 100755 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -357,8 +357,8 @@ class Viewer(wx.Panel): self.ren.AddActor(text.actor) proj = project.Project() - ps.Publisher().sendMessage('Update window and level text',\ - "WL: %d WW: %d"%(proj.level, proj.window)) + ps.Publisher().sendMessage('Update window and level text',\ + "WL: %d WW: %d"%(proj.level, proj.window)) def Reposition(self, slice_data): -- libgit2 0.21.2