enable relabelling blocks across categories

pull/3/merge
jmoenig 2014-06-06 11:56:47 +02:00
rodzic 9bbe9b2e0a
commit dcd7fb9254
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2268,6 +2268,7 @@ BlockMorph.prototype.relabel = function (alternativeSelectors) {
menu.addItem(
block,
function () {
myself.setCategory(SpriteMorph.prototype.blocks[sel].category);
myself.setSelector(sel);
}
);

Wyświetl plik

@ -2163,3 +2163,4 @@ ______
* Objects: add hide and show blocks to the stages “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