summaryrefslogtreecommitdiff
path: root/blocks.js
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-15 12:52:44 +0100
committerjmoenig <jens@moenig.org>2013-11-15 12:52:44 +0100
commit17508d275ab3917dfe335afbbeff32090c090ea4 (patch)
tree34b57efc245a65deb5ff52086469ac06dc8d6aa9 /blocks.js
parent81654e72997c1577181d6729660c110ed1b9e20f (diff)
downloadsnap-17508d275ab3917dfe335afbbeff32090c090ea4.tar.gz
snap-17508d275ab3917dfe335afbbeff32090c090ea4.zip
fixed read-only input slot coloring glitch
thanks Bernat, for reporting it!
Diffstat (limited to 'blocks.js')
-rw-r--r--blocks.js1
1 files changed, 0 insertions, 1 deletions
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,