Merge branch 'master' into fix-palette-bugs

This commit is contained in:
jdescottes 2015-03-24 17:17:22 +01:00
commit 40cced7be0

View File

@ -239,7 +239,7 @@
if (this.canvas.width*this.zoom < this.displayCanvas.width || this.canvas.height*this.zoom < this.displayCanvas.height) {
displayContext.fillStyle = Constants.ZOOMED_OUT_BACKGROUND_COLOR;
displayContext.fillRect(0,0,this.displayCanvas.width, this.displayCanvas.height);
displayContext.fillRect(0,0,this.displayCanvas.width - 1, this.displayCanvas.height - 1);
}
displayContext.translate(