revert multi-line support for custom block text slots

because the don’t support brown dots for spaces
dev
Jens Mönig 2016-07-06 18:36:28 +02:00
rodzic 19dee17476
commit 8833b98ff6
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -857,8 +857,8 @@ SyntaxElementMorph.prototype.labelPart = function (spec) {
part.isUnevaluated = true;
break;
case '%txt':
// part = new InputSlotMorph(); // supports whitespace dots
part = new TextSlotMorph(); // multi-line, no whitespace dots
part = new InputSlotMorph(); // supports whitespace dots
// part = new TextSlotMorph(); // multi-line, no whitespace dots
part.minWidth = part.height() * 1.7; // "landscape"
part.fixLayout();
break;