3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 19:43:27 +02:00

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) + "°",
});
}