Quote Originally Posted by 3dspider View Post
@mike, this looks like a bug with the kivy framework.
see https://github.com/kivy/kivy/issues/3576

it looks like v1.9.1 introduced this bug, if peachy compiles the windows version with 1.9.0, it should work properly.
good eye mike_biddle and 3dspider !

in the latest build_linux.sh found here https://github.com/PeachyPrinter/pea...build_linux.sh
on line 80 I see this:
pip install -I -U git+https://github.com/kivy/kivy.git@master

and here: https://github.com/kivy/kivy/releases
you can see that the 1.9.1 relice has been pushed to kivys master branch
so it looks like were are using the latest kivy v1.9.1

you could try changing line 80 to get the 1.9.0 branch instead of the 1.9.1 branch containing the bug :S
of course that could also break other things, so hopfully it wont take long for the good people at kivy to fix this
Better yet someone could help fix the kivy bug.