artvl21 / controlp5

Automatically exported from code.google.com/p/controlp5
0 stars 0 forks source link

Textfield.setLabelVisible(false) has no effect (label is still visible) #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Textfield instance
2. setLabelVisisble(false);
3. the label is still visible.
4. isLabelVisisble() returns false.

What is the expected output? What do you see instead?
The label should no longer be drawn to screen. But it is.

What version of the product are you using? On what operating system?
controlP5_1.5.2, using Processing 1.5.1

Original issue reported on code.google.com by zlo...@gmail.com on 28 Jan 2013 at 10:31