X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_UIImplementation.pde;h=3f0c630b8fa2f37c7c0ad39cc4498fd113a0c1ac;hb=dde759833df1c0190d9d3a982a90c0a4f8d76a26;hp=ac8d6aa6276043be7d49224d0c8a7cfd965ac85c;hpb=b9b7b3d47ba1edbb5595d749cf0d0a77a3ff7c5b;p=SugarCubes.git 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()); } } }