diff options
| -rw-r--r-- | blocks.js | 1 | ||||
| -rwxr-xr-x | history.txt | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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, diff --git a/history.txt b/history.txt index 3f63d3d..040ac32 100755 --- a/history.txt +++ b/history.txt @@ -1998,3 +1998,4 @@ ______ ------ * Blocks, BYOB, Store: „read-only“ option for editable custom block input slots * BYOB, Blocks: custom block input slots reverting to default now show their default value +* Blocks: fixed read-only input slot coloring glitch, thanks Bernat, for reporting it! |
