kopia lustrzana https://github.com/backface/turtlestitch
fixed block highlight thread counter updating glitch
rodzic
6b5249aa4c
commit
e273bfa012
|
@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph, ToggleButtonMorph, DialMorph*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.blocks = '2020-May-04';
|
modules.blocks = '2020-May-08';
|
||||||
|
|
||||||
var SyntaxElementMorph;
|
var SyntaxElementMorph;
|
||||||
var BlockMorph;
|
var BlockMorph;
|
||||||
|
@ -10739,6 +10739,7 @@ BlockHighlightMorph.prototype.updateReadout = function () {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (readout) {
|
if (readout) {
|
||||||
|
readout.changed();
|
||||||
readout.contents = this.threadCount.toString();
|
readout.contents = this.threadCount.toString();
|
||||||
readout.fixLayout();
|
readout.fixLayout();
|
||||||
readout.rerender();
|
readout.rerender();
|
||||||
|
|
Ładowanie…
Reference in New Issue