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

@@ -66,7 +66,7 @@
ns.FrameRenderer.prototype.render = function (frame) {
if (frame) {
this.clear(frame);
this.clear();
var context = this.getCanvas_(frame).getContext('2d');
for(var col = 0, width = frame.getWidth(); col < width; col++) {
for(var row = 0, height = frame.getHeight(); row < height; row++) {