summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--blocks.js1
-rwxr-xr-xhistory.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/blocks.js b/blocks.js
index 4890fa1..d5730b6 100644
--- a/blocks.js
+++ b/blocks.js
@@ -2268,6 +2268,7 @@ BlockMorph.prototype.relabel = function (alternativeSelectors) {
menu.addItem(
block,
function () {
+ myself.setCategory(SpriteMorph.prototype.blocks[sel].category);
myself.setSelector(sel);
}
);
diff --git a/history.txt b/history.txt
index 9a1ec59..72268f6 100755
--- a/history.txt
+++ b/history.txt
@@ -2163,3 +2163,4 @@ ______
* Objects: add hide and show blocks to the stage’s “looks” category
* Objects: added more relabelling options to SAY and THINK variants
* Blocks, objects: enable relabelling blocks with C-Slots
+* Blocks: enable relabelling blocks across categories