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.
There was an error while loading. Please reload this page.
1 parent 31c2dae commit 2720d38Copy full SHA for 2720d38
1 file changed
Tools/pynche/ListViewer.py
@@ -162,7 +162,6 @@ def update_yourself(self, red, green, blue):
162
if self.__dontcenter:
163
self.__dontcenter = 0
164
else:
165
- height = canvas['height']
166
ig, ig, ig, y1 = canvas.coords(colortag)
167
ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1])
168
h = int(canvas['height']) * 0.5
0 commit comments