Commit 4aeae2b97f3e254534e833dc54d734d2db1ea61a
1 parent
c020e904
Exists in
master
and in
68 other branches
FIX: Only showing the ww&wl when it's possible
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
invesalius/data/viewer_slice.py
... | ... | @@ -357,8 +357,8 @@ class Viewer(wx.Panel): |
357 | 357 | self.ren.AddActor(text.actor) |
358 | 358 | proj = project.Project() |
359 | 359 | |
360 | - ps.Publisher().sendMessage('Update window and level text',\ | |
361 | - "WL: %d WW: %d"%(proj.level, proj.window)) | |
360 | + ps.Publisher().sendMessage('Update window and level text',\ | |
361 | + "WL: %d WW: %d"%(proj.level, proj.window)) | |
362 | 362 | |
363 | 363 | |
364 | 364 | def Reposition(self, slice_data): | ... | ... |