1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
081263d34f
commit
746278681d
|
|
@ -1564,7 +1564,7 @@ export default {
|
||||||
if (label) {
|
if (label) {
|
||||||
textLines.push(label)
|
textLines.push(label)
|
||||||
}
|
}
|
||||||
textLines.push(`${this.reRound(csUtils.roundNumber(angle)).toFixed(this.digitPlaces)} ${String.fromCharCode(176)}`)
|
textLines.push(`${this.reRound(csUtils.roundNumber(angle), this.digitPlaces)} ${String.fromCharCode(176)}`)
|
||||||
return textLines
|
return textLines
|
||||||
},
|
},
|
||||||
reRound(result, finalPrecision) {
|
reRound(result, finalPrecision) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue