Merge pull request #264 from nathan/change-var-in-palette

Fixed changing variable name in set/change blocks in palette
This commit is contained in:
Shane M. Clements 2014-06-18 12:39:13 +02:00
commit 5ca1bca79c

View file

@ -699,7 +699,6 @@ public class BlockMenus implements DragClient {
}
}
Scratch.app.setSaveNeeded();
app.updatePalette();
}
// ***** Color picker support *****