Skip to content Skip to sidebar Skip to footer

Kivy Filechooser Overlapping Text On Scroll With Screens

Versions Python: 3.7 OS: Windows 10 Kivy: 1.11.1 Kivy installation method: pip Description FileChooser overlaps text on scrolling through files list. Looks like the 1st content s

Solution 1:

For people who are facing the same issue, I resolved by replacing FileChooser with Plyer's native filechooser. Disussion on Github can be found here

Solution 2:

Just remove the line

kv = Builder.load_file("editor.kv")

your code will work fine

Post a Comment for "Kivy Filechooser Overlapping Text On Scroll With Screens"