mirror of
https://github.com/scratchfoundation/scratch-flash.git
synced 2024-12-04 21:21:06 -05:00
Fixed changing variable name in set/change blocks in palette
This commit is contained in:
parent
5132c96eb2
commit
078d3b3974
1 changed files with 1 additions and 2 deletions
|
@ -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 *****
|
||||
|
|
Loading…
Reference in a new issue