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