diff options
Diffstat (limited to 'Tools/pynche')
-rw-r--r-- | Tools/pynche/ListViewer.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/pynche/ListViewer.py b/Tools/pynche/ListViewer.py index 43d9923..4b67629 100644 --- a/Tools/pynche/ListViewer.py +++ b/Tools/pynche/ListViewer.py @@ -162,7 +162,6 @@ class ListViewer: if self.__dontcenter: self.__dontcenter = 0 else: - height = canvas['height'] ig, ig, ig, y1 = canvas.coords(colortag) ig, ig, ig, y2 = canvas.coords(self.__bboxes[-1]) h = int(canvas['height']) * 0.5 |