Add degrees symbol to rotation degrees text

This commit is contained in:
Ryan Huffman 2015-02-27 15:11:43 -08:00
parent a0d9e92c64
commit dc2cb93cce

View file

@ -1692,7 +1692,7 @@ SelectionDisplay = (function () {
y: innerRadius * ROTATION_DISPLAY_SIZE_Y_MULTIPLIER
},
lineHeight: innerRadius * ROTATION_DISPLAY_LINE_HEIGHT_MULTIPLIER,
text: normalizeDegrees(angleFromZero),
text: normalizeDegrees(angleFromZero) + "°",
});
}