OSDN Git Service

format and alphabetize lists of test classes in test.utils.GdxTests
[mikumikustudio/libgdx-mikumikustudio.git] / gdx / src / com / badlogic / gdx / scenes / scene2d / ui / ScrollPane.java
index ec2bcc5..acc41d3 100644 (file)
@@ -464,11 +464,7 @@ public class ScrollPane extends WidgetGroup {
                                // bar on the top or bottom\r
                                if (hScrollOnBottom) {\r
                                        boundsY = bgBottomHeight;\r
-                               } else {\r
-                                       System.out.println("height: " + height);\r
-                                       System.out.println("areaHeight: " + areaHeight);\r
-                                       System.out.println("bgBottomHeight: " + bgBottomHeight);\r
-                                       System.out.println("bgTopHeight: " + bgTopHeight);                                      \r
+                               } else {                                        \r
                                        boundsY = height - bgTopHeight - hScrollHeight;\r
                                }\r
                                hScrollBounds.set(boundsX, boundsY, areaWidth, hScrollHeight);\r