diff --git a/src/controlP5/Controller.java b/src/controlP5/Controller.java index e0489e5..1496a8e 100755 --- a/src/controlP5/Controller.java +++ b/src/controlP5/Controller.java @@ -1982,7 +1982,7 @@ public abstract class Controller< T > implements ControllerInterface< T > , CDra public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) { getCaptionLabel( ).align( theCaptionX , theCaptionY ); - getCaptionLabel( ).align( theValueX , theValueY ); + getValueLabel( ).align( theValueX , theValueY ); return me; }