Display preview on init

This commit is contained in:
juliandescottes 2012-09-11 01:07:03 +02:00
parent e9c61285af
commit 3c9595c174

View file

@ -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));