Display preview on init
This commit is contained in:
parent
e9c61285af
commit
3c9595c174
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue