Update Textarea.java

cp5
This commit is contained in:
GoToLoop 2016-07-15 16:06:07 -03:00 committed by GitHub
parent dc953a7c75
commit 9ad1b4ba3d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class Textarea extends ControllerGroup< Textarea > {
*/
public Textarea( ControlP5 theControlP5 , String theName ) {
this( theControlP5 , theControlP5.getDefaultTab( ) , theName , "" , 0 , 0 , 199 , 99 );
theControlP5.register( theControlP5.papplet , theName , this );
cp5.register( cp5.papplet , theName , this );
}
/**