Commit 1e2b9b12 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

CourbeRemous: fix Hsc drawing

Showing with 1 addition and 1 deletion
+1 -1
...@@ -517,7 +517,7 @@ export class RemousResultsComponent extends ResultsComponent implements DoCheck ...@@ -517,7 +517,7 @@ export class RemousResultsComponent extends ResultsComponent implements DoCheck
// hauteur critique // hauteur critique
if (this._remousResults.hautCritique !== undefined && this._remousResults.hautCritique.ok) { if (this._remousResults.hautCritique !== undefined && this._remousResults.hautCritique.ok) {
const Yc = this._remousResults.hautCritique.vCalc; const Yc = this._remousResults.hautCritique.vCalc;
gr1.drawLine(Yc + ZF1, Yc + ZF2, gr1.drawSimpleLine(Yc + ZF1, Yc + ZF2,
6, "#FF0000", this.uitextTirantCritique 6, "#FF0000", this.uitextTirantCritique
); );
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment