fixed block highlight thread counter updating glitch

pull/95/head
jmoenig 2020-05-08 23:43:38 +02:00
rodzic 6b5249aa4c
commit e273bfa012
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -148,7 +148,7 @@ CustomCommandBlockMorph, SymbolMorph, ToggleButtonMorph, DialMorph*/
// Global stuff ////////////////////////////////////////////////////////
modules.blocks = '2020-May-04';
modules.blocks = '2020-May-08';
var SyntaxElementMorph;
var BlockMorph;
@ -10739,6 +10739,7 @@ BlockHighlightMorph.prototype.updateReadout = function () {
return;
}
if (readout) {
readout.changed();
readout.contents = this.threadCount.toString();
readout.fixLayout();
readout.rerender();