Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1059 from LLK/fix-1058
Browse files Browse the repository at this point in the history
Fix up blocks after loading HTTP extension
  • Loading branch information
cwillisf committed Mar 31, 2016
2 parents 85f6531 + 4df5743 commit 3c1671b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/ExtensionManager.as
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@ public class ExtensionManager {
setEnabled(extObj.extensionName, true);
}
Scratch.app.updatePalette();
Scratch.app.translationChanged();
}

// -----------------------------
Expand Down

0 comments on commit 3c1671b

Please sign in to comment.