Commit 4932ac24 authored by Terry Jan Reedy's avatar Terry Jan Reedy

Issue #24750: whitespace

parent d36d817a
......@@ -15,7 +15,7 @@ class MultiStatusBar(Frame):
self.labels[name] = label
else:
label = self.labels[name]
if width != 0:
if width != 0:
label.config(width=width)
label.config(text=text)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment