Closed caver456 closed 3 years ago
build a mimimal example and posted it to the kivy google group. Looks like a bug in kivy - it's not related to SelectableLabel or SelectableRecycleGridLayout since those are removed from the minimal example. WIll post here when there's a conclusion.
turns out this is in the issues in the kivy github repo. It's already been addressed and pushed to main. So I grabbed the only python file that changed in that commit (recyclegridlayout.il) and now everything works! So, after upgrading to 2.1.0 everything will work, but until then, we'll have to remember to grab recyclegridlayout.il from main.
this started showing up at the same time as installation of kivy 2.0.0, but I was making a lot of other changes at the same time.