diff --git a/bin/Scratch.swf b/bin/Scratch.swf index 336e9a5..14f15e9 100644 Binary files a/bin/Scratch.swf and b/bin/Scratch.swf differ diff --git a/bin/ScratchFor10.2.swf b/bin/ScratchFor10.2.swf index 4fe1d5a..830f90a 100644 Binary files a/bin/ScratchFor10.2.swf and b/bin/ScratchFor10.2.swf differ diff --git a/src/scratch/BlockMenus.as b/src/scratch/BlockMenus.as index d999826..4213172 100644 --- a/src/scratch/BlockMenus.as +++ b/src/scratch/BlockMenus.as @@ -63,10 +63,10 @@ public class BlockMenus implements DragClient { if ((basicMathOps.indexOf(op)) > -1) { menuHandler.changeOpMenu(evt, basicMathOps); return; } if ((comparisonOps.indexOf(op)) > -1) { menuHandler.changeOpMenu(evt, comparisonOps); return; } if (menuName == null) { - menuHandler.genericBlockMenu(evt); return; if (menuItems) { menuHandler.customMenu(evt,menuItems); return; + menuHandler.genericBlockMenu(evt); return; } } if (ExtensionManager.hasExtensionPrefix(op) && menuHandler.extensionMenu(evt, menuName)) return;