zeros + degree symbol

This commit is contained in:
serso
2011-10-23 14:23:18 +04:00
parent b6ea33dadd
commit 9beac92c67
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());
}
}
}*/
}