Added same Issue #43 fix to other scales
This commit is contained in:
@@ -410,7 +410,7 @@ CM.Disp.Beautify = function(num, frac) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (answer == '') {
|
if (answer == '') {
|
||||||
answer = CM.Backup.Beautify(num);
|
answer = CM.Backup.Beautify(num, frac);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (negative) {
|
if (negative) {
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ CM.Disp.Beautify = function(num, frac) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (answer == '') {
|
if (answer == '') {
|
||||||
answer = CM.Backup.Beautify(num);
|
answer = CM.Backup.Beautify(num, frac);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (negative) {
|
if (negative) {
|
||||||
|
|||||||
Reference in New Issue
Block a user