Layers : FRAMESHEET_RESET -> PISKEL_RESET

Framesheet no longer exists.
This commit is contained in:
Julian Descottes
2013-09-29 00:01:18 +02:00
parent ca427e0853
commit be9238c9b1
5 changed files with 14 additions and 14 deletions

View File

@ -11,8 +11,8 @@
ns.PreviewFilmController.prototype.init = function() {
$.subscribe(Events.TOOL_RELEASED, this.flagForRedraw_.bind(this));
$.subscribe(Events.FRAMESHEET_RESET, this.flagForRedraw_.bind(this));
$.subscribe(Events.FRAMESHEET_RESET, this.refreshDPI_.bind(this));
$.subscribe(Events.PISKEL_RESET, this.flagForRedraw_.bind(this));
$.subscribe(Events.PISKEL_RESET, this.refreshDPI_.bind(this));
$('#preview-list-scroller').scroll(this.updateScrollerOverflows.bind(this));
this.updateScrollerOverflows();