1
continuous-integration/drone/push Build is passing Details

main
wangxiaoshuang 2025-10-31 09:16:47 +08:00
parent 081263d34f
commit 746278681d
1 changed files with 1 additions and 1 deletions

View File

@ -1564,7 +1564,7 @@ export default {
if (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
},
reRound(result, finalPrecision) {