reset some spacing

snap8
Michael Ball 2022-03-31 12:58:52 -07:00
rodzic bf8569dd4b
commit 9f08c7e85d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1134,7 +1134,7 @@ CustomCommandBlockMorph.prototype.userMenu = function () {
); );
} }
function monitor(vName) { function monitor(vName) {
var stage = rcvr.parentThatIsA(StageMorph), var stage = rcvr.parentThatIsA(StageMorph),
varFrame = myself.variables; varFrame = myself.variables;
menu.addItem( menu.addItem(
@ -1358,7 +1358,7 @@ CustomCommandBlockMorph.prototype.duplicateBlockDefinition = function () {
if (exp instanceof BlockMorph) { if (exp instanceof BlockMorph) {
rebindRecursiveCalls(exp); rebindRecursiveCalls(exp);
} }
ide.flushPaletteCache(); ide.flushPaletteCache();
ide.refreshPalette(); ide.refreshPalette();