[controlP5] small bug w numberbox
in
Contributed Library Questions
•
1 year ago
Hi,
I think I've run into a small bug with controlp5's numberbox - not sure if this is the right place to report it but here goes:
Try doing
cp5.addNumberbox("numberbox")
.setPosition(100,160)
.setSize(20,20)
.setScrollSensitivity(1.1)
.setValue(50)
.setCaptionLabel("lolz")
.setLabelVisible(false)
;
setLabelVisible doesn't seem to do anything, or am I missing something?
That being said - is there a possibility of only showing the captionlabel and not the valuelabel?
Thanks!
1