Skip to content

Commit

Permalink
setSwitch now enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
sojamo committed Sep 8, 2014
1 parent abab572 commit 7886fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/controllers/ControlP5icon/ControlP5icon.pde
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void setup() {
.setFont(createFont("fontawesome-webfont.ttf", 40))
.setFontIcons(#00f205,#00f204)
//.setScale(0.9,1)
//.setSwitch(true)
.setSwitch(true)
.setColorBackground(color(255,100))
.hideBackground()
;
Expand Down

0 comments on commit 7886fc0

Please sign in to comment.