Skip to content

Commit 4383934

Browse files
committed
Small protection when TGraphTimePainter cleaned in-between of drawing
1 parent 98b691d commit 4383934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/JSRootPainter.more.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2801,6 +2801,8 @@
28012801
}
28022802

28032803
TGraphTimePainter.prototype.ContineDrawing = function() {
2804+
if (!this.options) return;
2805+
28042806
var gr = this.GetObject();
28052807

28062808
if (!this.ready_called) {

0 commit comments

Comments
 (0)