merlinvn / controlp5

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

Controller.getLabel() returns Label.toString() instead of Label.getName() #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Controller.getLabel() returns Label.toString() instead of Label.getName()

Here:

http://code.google.com/p/controlp5/source/browse/trunk/src/controlP5/Controller.
java#1151

( I'm using the current svn version, r31, btw. )

Original issue reported on code.google.com by fjen...@gmail.com on 12 Jul 2011 at 1:20

GoogleCodeExporter commented 8 years ago
getName() was ment to be getText() ..

Original comment by fjen...@gmail.com on 12 Jul 2011 at 1:23

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Controller.getLabel() returns Label.getText() with r32 
http://code.google.com/p/controlp5/source/browse/trunk/src/controlP5/Controller.
java?spec=svn32&r=32#1215

Original comment by soj...@gmail.com on 14 Jul 2011 at 7:11