mirror of
https://github.com/sojamo/controlp5
synced 2025-03-14 08:31:44 +01:00
Merge 45944d1215fe35872499c953ad04c46ac13e6d55 into d3dad67633ee5982877a9d1fc6f917408fbf7ca0
This commit is contained in:
commit
c979f8dbdf
@ -1982,7 +1982,7 @@ public abstract class Controller< T > implements ControllerInterface< T > , CDra
|
|||||||
|
|
||||||
public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) {
|
public T align( int theCaptionX , int theCaptionY , int theValueX , int theValueY ) {
|
||||||
getCaptionLabel( ).align( theCaptionX , theCaptionY );
|
getCaptionLabel( ).align( theCaptionX , theCaptionY );
|
||||||
getCaptionLabel( ).align( theValueX , theValueY );
|
getValueLabel( ).align( theValueX , theValueY );
|
||||||
return me;
|
return me;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user