mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #24750: whitespace
This commit is contained in:
parent
d36d817a84
commit
4932ac244f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue