X-Git-Url: https://git.piment-noir.org/?p=SugarCubes.git;a=blobdiff_plain;f=_UIImplementation.pde;h=3f0c630b8fa2f37c7c0ad39cc4498fd113a0c1ac;hp=ac8d6aa6276043be7d49224d0c8a7cfd965ac85c;hb=4749563ed0cc35bde6bdd13eecdfc6e361d5320b;hpb=a22015f47ca6e4286137ed2a449cde23bb8c3a10 diff --git a/_UIImplementation.pde b/_UIImplementation.pde index ac8d6aa..3f0c630 100644 --- a/_UIImplementation.pde +++ b/_UIImplementation.pde @@ -197,7 +197,7 @@ class UIOutput extends UIWindow { } public void onMousePressed() { - output.enabled.setOn(!isSelected()); + output.enabled.setValue(!isSelected()); } } }