Fixed changing variable name in set/change blocks in palette

This commit is contained in:
Nathan Dinsmore 2014-06-16 13:47:12 -04:00
parent 5132c96eb2
commit 078d3b3974

View file

@ -399,7 +399,7 @@ public class BlockMenus implements DragClient {
m.addItem('record...', recordSound);
showMenu(m);
}
private function recordSound():void {
app.setTab('sounds');
app.soundsPart.recordSound();
@ -694,7 +694,6 @@ public class BlockMenus implements DragClient {
if (block.op == Specs.GET_VAR) block.setSpec(newName);
}
Scratch.app.setSaveNeeded();
app.updatePalette();
}
// ***** Color picker support *****