"Empty" speed slider bar
Brought to you by:
aroberge
I've tested rurple1.0rc3, running on amd64 Gentoo/Linux, with Python 2.5.2 and wxPython 2.8.9.1.
The "robot speed" slider bar is unusable, because it appears to have a length of zero. See the attached screenshot.
The solution is simple. Change the line 101 of rur_py/bouton.py from:
(-1, -1), (-1, -1),
to
(-1, -1), (64, -1),
Slider screenshot