From 17508d275ab3917dfe335afbbeff32090c090ea4 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Fri, 15 Nov 2013 12:52:44 +0100 Subject: fixed read-only input slot coloring glitch thanks Bernat, for reporting it! --- blocks.js | 1 - 1 file changed, 1 deletion(-) (limited to 'blocks.js') diff --git a/blocks.js b/blocks.js index 8f675c4..3ab3fad 100644 --- a/blocks.js +++ b/blocks.js @@ -6862,7 +6862,6 @@ InputSlotMorph.prototype.drawNew = function () { } } else { r = (this.height() - (this.edge * 2)) / 2; - context.fillStyle = this.color.toString(); context.beginPath(); context.arc( r + this.edge, -- cgit v1.3.1