From 91d9e3f74b8b4eb87ef56cf1084feee4f652cdc0 Mon Sep 17 00:00:00 2001 From: William Toohey Date: Mon, 4 Jan 2016 23:50:27 +1000 Subject: [PATCH] Fix blur settings --- js/HuesCanvas.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/HuesCanvas.js b/js/HuesCanvas.js index f8b5230..92b1e68 100644 --- a/js/HuesCanvas.js +++ b/js/HuesCanvas.js @@ -28,6 +28,7 @@ function HuesCanvas(element, aContext, core) { core.addEventListener("newimage", this.setImage.bind(this)); core.addEventListener("newcolour", this.setColour.bind(this)); core.addEventListener("beat", this.beat.bind(this)); + core.addEventListener("settingsupdated", this.settingsUpdated.bind(this)); this.core = core; this.needsRedraw = false;