kopia lustrzana https://github.com/backface/turtlestitch
removed a redundant unused case for block highlights
rodzic
0be5a58ae1
commit
d41dc010d6
|
@ -8,6 +8,7 @@
|
|||
### 2021-02-27
|
||||
* new dev version
|
||||
* blocks: arrange variadic ring inputs vertically (e.g. the reporter rings in PIPE)
|
||||
* blocks: removed a redundant unused case for block highlights
|
||||
|
||||
## 6.6.0
|
||||
* **New Features:**
|
||||
|
|
|
@ -1832,10 +1832,6 @@ SyntaxElementMorph.prototype.fixLayout = function () {
|
|||
}
|
||||
l = [part];
|
||||
x = part.fullBounds().width() + space;
|
||||
} else if (part instanceof BlockHighlightMorph) {
|
||||
nop(); // should be redundant now
|
||||
// this.fullChanged();
|
||||
// this.removeChild(part);
|
||||
} else {
|
||||
if (part.isVisible) {
|
||||
x += part.fullBounds().width() + space;
|
||||
|
|
Ładowanie…
Reference in New Issue