mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
Add degrees symbol to rotation degrees text
This commit is contained in:
parent
a0d9e92c64
commit
dc2cb93cce
1 changed files with 1 additions and 1 deletions
|
@ -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) + "°",
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue