Skip to content

Commit 55b4e32

Browse files
committed
1 parent 21dcb08 commit 55b4e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/controlP5/Controller.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1986,7 +1986,7 @@ protected String adjustValue(final float theValue, final int theFloatPrecision)
19861986

19871987
public T align(int theCaptionX, int theCaptionY, int theValueX, int theValueY) {
19881988
getCaptionLabel().align(theCaptionX, theCaptionY);
1989-
getCaptionLabel().align(theValueX, theValueY);
1989+
getValueLabel().align(theValueX, theValueY);
19901990
return me;
19911991
}
19921992

0 commit comments

Comments
 (0)