From 3c9595c174e5ad979606b47a352ccaa51a3cda8f Mon Sep 17 00:00:00 2001 From: juliandescottes Date: Tue, 11 Sep 2012 01:07:03 +0200 Subject: [PATCH] Display preview on init --- js/controller/PreviewFilmController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controller/PreviewFilmController.js b/js/controller/PreviewFilmController.js index 389a12f8..6385c1dd 100644 --- a/js/controller/PreviewFilmController.js +++ b/js/controller/PreviewFilmController.js @@ -6,7 +6,7 @@ this.framesheet = framesheet; this.container = container; - this.redrawFlag = false; + this.redrawFlag = true; $.subscribe(Events.TOOL_RELEASED, this.flagForRedraw_.bind(this)); $.subscribe(Events.FRAMESHEET_RESET, this.flagForRedraw_.bind(this));