mirror of
https://github.com/python/cpython.git
synced 2024-11-26 19:34:19 +08:00
__populate(): Use augmented assignments.
This commit is contained in:
parent
b4d8612f2b
commit
95cf9d9f4e
@ -90,7 +90,7 @@ class ListViewer:
|
||||
bboxes.append(boxid)
|
||||
if textend+3 > widest:
|
||||
widest = textend+3
|
||||
row = row + 1
|
||||
row += 1
|
||||
canvheight = (row-1)*20 + 25
|
||||
canvas.config(scrollregion=(0, 0, 150, canvheight))
|
||||
for box in bboxes:
|
||||
|
Loading…
Reference in New Issue
Block a user