Change code to use new thread-safe lx color functions
[SugarCubes.git] / _UIFramework.pde
index ec590fef863e733c3b1fe335241d8ce43e60b544..f4a0a40796fe4a3a42e5360985eb032ab76ca282 100644 (file)
@@ -718,7 +718,7 @@ public class UIScrollList extends UIObject {
     }
     if (hasScroll) {
       pg.noStroke();
-      pg.fill(color(0, 0, 100, 15));
+      pg.fill(0x26ffffff);
       pg.rect(w-12, 0, 12, h);
       pg.fill(#333333);
       pg.rect(w-12, scrollYStart, 12, scrollYHeight);