Fix : Plug PreviewFilmController to USER_SETTING_CHANGED

This commit is contained in:
jdescottes 2014-04-12 14:19:28 +02:00
parent 76044fa6d4
commit c5accf978e

View File

@ -24,7 +24,6 @@
$.subscribe(Events.PISKEL_RESET, this.refreshZoom_.bind(this));
$('#preview-list-scroller').scroll(this.updateScrollerOverflows.bind(this));
this.container.get(0).addEventListener('click', this.onContainerClick_.bind(this));
this.updateScrollerOverflows();