Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d8612 commit 95cf9d9Copy full SHA for 95cf9d9
1 file changed
Tools/pynche/ListViewer.py
@@ -90,7 +90,7 @@ def __populate(self):
90
bboxes.append(boxid)
91
if textend+3 > widest:
92
widest = textend+3
93
- row = row + 1
+ row += 1
94
canvheight = (row-1)*20 + 25
95
canvas.config(scrollregion=(0, 0, 150, canvheight))
96
for box in bboxes:
0 commit comments