tkintertable
tkintertable copied to clipboard
Left clicking bug
Describe the bug Left clicking on any cell does not work as intended. Instead of being selected it simply does nothing.
System
Operating system: Windows 10, Manjaro Python version: Python 3.6.4 (Windows) and Python 3.9.7 (Manjaro) Installation method (pip, git clone): pip
To fix this bug I simply commented out
https://github.com/dmnfarrell/tkintertable/blob/f3fc8950aaa0f087de100d671ce13c24006d9639/tkintertable/Tables.py#L940-L941
and clicking cells works just fine.