zeros + degree symbol

This commit is contained in:
serso
2011-10-23 14:23:18 +04:00
parent d3f342f7a4
commit 1222bed9bd
3 changed files with 4 additions and 5 deletions

View File

@@ -116,13 +116,13 @@ public class DirectionDragButton extends DragButton {
textDownPosition = getTextPosition(upDownTextPaint, basePaint, textDown, getText(), -1, getWidth(), getHeight(), getDirectionTextScale());
}
if (textDownPosition != null && textUpPosition != null) {
/*if (textDownPosition != null && textUpPosition != null) {
if (textDownPosition.getX() > textUpPosition.getX()) {
textDownPosition.setX(textUpPosition.getX());
} else {
textUpPosition.setX(textDownPosition.getX());
}
}
}*/
}