Fixes the theme issue, but I have a freeze/crash after reaching the opposite border:
Traceback (most recent call last):
File "/usr/lib/python3.5/site-packages/apx/lib/graphics.py", line 1968, in do_draw
self.tweener.update(delta)
File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 102, in update
done = tween.update(delta_seconds)
File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 171, in update
res = tweenable.update(fraction)
File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 212, in color_update
return "#%02x%02x%02x" % (val[0], val[1], val[2])
TypeError: %x format: an integer is required, not float
This update has been submitted for testing by raphgro.
Fixes the theme issue, but I have a freeze/crash after reaching the opposite border:
Traceback (most recent call last): File "/usr/lib/python3.5/site-packages/apx/lib/graphics.py", line 1968, in do_draw self.tweener.update(delta) File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 102, in update done = tween.update(delta_seconds) File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 171, in update res = tweenable.update(fraction) File "/usr/lib/python3.5/site-packages/apx/lib/pytweener.py", line 212, in color_update return "#%02x%02x%02x" % (val[0], val[1], val[2]) TypeError: %x format: an integer is required, not float
Repeated many times. . .
This update has been pushed to testing.
raphgro edited this update.
New build(s):
Removed build(s):
This update has been submitted for testing by raphgro.
This update has been pushed to testing.
This update has reached 7 days in testing and can be pushed to stable now if the maintainer wishes
This update has been submitted for stable by limb.
This update has been pushed to stable.