fix rendering graph

This commit is contained in:
Wim Brand
2020-02-05 16:45:31 +01:00
parent ea6d8bf6c8
commit 2788c9ba48

View File

@@ -32,7 +32,7 @@ DetailsWindow.prototype.toggle = function() {
if (this.graph === 0) { if (this.graph === 0) {
this.renderGraph() this.renderGraph()
} }
this.updateGraph(this.fileID) this.updateGraph(this.file)
} }
} }