Fix jscolor : add jscolor.install to Palette Controller init sequence. Fix layer canvas update on DPI change

This commit is contained in:
jdescottes
2013-09-26 22:43:45 +02:00
parent 50ca22d91a
commit 1bc73125dc
5 changed files with 12 additions and 6 deletions

View File

@ -10,7 +10,7 @@
this.currentLayerIndex = 0;
this.currentFrameIndex = 0;
this.layerIdCounter = 0;
this.layerIdCounter = 1;
$.publish(Events.FRAMESHEET_RESET);
$.publish(Events.FRAME_SIZE_CHANGED);