kopia lustrzana https://github.com/backface/turtlestitch
fixed read-only input slot coloring glitch
thanks Bernat, for reporting it!pull/3/merge
rodzic
81654e7299
commit
17508d275a
|
@ -6862,7 +6862,6 @@ InputSlotMorph.prototype.drawNew = function () {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
r = (this.height() - (this.edge * 2)) / 2;
|
r = (this.height() - (this.edge * 2)) / 2;
|
||||||
context.fillStyle = this.color.toString();
|
|
||||||
context.beginPath();
|
context.beginPath();
|
||||||
context.arc(
|
context.arc(
|
||||||
r + this.edge,
|
r + this.edge,
|
||||||
|
|
|
@ -1998,3 +1998,4 @@ ______
|
||||||
------
|
------
|
||||||
* Blocks, BYOB, Store: „read-only“ option for editable custom block input slots
|
* 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
|
* 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!
|
||||||
|
|
Ładowanie…
Reference in New Issue