mirror of
https://github.com/sojamo/controlp5
synced 2024-12-22 19:33:47 +01:00
Update Textarea.java
cp5
This commit is contained in:
parent
dc953a7c75
commit
9ad1b4ba3d
@ -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 );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user