From aa6c7b6c4b8ed6441b75eb56e28571be3bc08f8d Mon Sep 17 00:00:00 2001
From: Diego Rey <diego.despaux@izundo.com>
Date: Sun, 19 Aug 2018 18:34:03 -0300
Subject: [PATCH] Fixed animation init control

---
 .../src/app/layout/plotter/graph2D/graph2D.component.ts          | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts
index 0e1da198..d3db0a23 100755
--- a/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
+++ b/Frontend Angular 4/src/app/layout/plotter/graph2D/graph2D.component.ts	
@@ -239,6 +239,7 @@ export class Graph2DComponent {
         $this.animation.currentFrame = 0;
         $this.animation.speed = 1000;
         $this.animation.playing = false;
+        $this.animation.init = false;
         this.instance.removeAllGraphs();
     }
 
-- 
GitLab