Skip to content

Commit c9d8daa

Browse files
committed
typo
1 parent 0330e57 commit c9d8daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8689,7 +8689,7 @@
86898689

86908690
if (xmin>=xmax) {
86918691
xmax = xmin;
8692-
if (Math.abs(xmin<100)) { xmin-=1; xmax+=1; } else
8692+
if (Math.abs(xmin)<100) { xmin-=1; xmax+=1; } else
86938693
if (xmin>0) { xmin*=0.9; xmax*=1.1; } else
86948694
{ xmin*=1.1; xmax*=0.9; }
86958695
} else

0 commit comments

Comments
 (0)