diff src/app/waveform/waveform.component.ts @ 56:0ecfbef9d942

Update layers after extracting features.
author Lucas Thompson <dev@lucas.im>
date Thu, 08 Dec 2016 15:29:18 +0000
parents 214e41418460
children bb2bbb192e2b
line wrap: on
line diff
--- a/src/app/waveform/waveform.component.ts	Thu Dec 08 15:26:36 2016 +0000
+++ b/src/app/waveform/waveform.component.ts	Thu Dec 08 15:29:18 2016 +0000
@@ -148,6 +148,7 @@
       this.timeline.getTrackById('main'),
       this.timeline.timeContext
     );
+    this.timeline.tracks.update();
   }
 
   private animate(): void {