projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d36d817
)
Issue #24750: whitespace
author
Terry Jan Reedy
<tjreedy@udel.edu>
Mon, 16 Nov 2015 12:36:22 +0000
(07:36 -0500)
committer
Terry Jan Reedy
<tjreedy@udel.edu>
Mon, 16 Nov 2015 12:36:22 +0000
(07:36 -0500)
Lib/idlelib/MultiStatusBar.py
patch
|
blob
|
history
diff --git
a/Lib/idlelib/MultiStatusBar.py
b/Lib/idlelib/MultiStatusBar.py
index ac290a186557ed89cd6af4746ded5190431b6bcb..e82ba9ab2fb97752d1f1fad76621c5278395725f 100644
(file)
--- a/
Lib/idlelib/MultiStatusBar.py
+++ b/
Lib/idlelib/MultiStatusBar.py
@@
-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)