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
|
if self.read_only is True: |
|
return |
and clicking cells works just fine.