Skip to content

Commit 214210f

Browse files
committed
fix editor branch color
1 parent 7877bec commit 214210f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

blocks_vertical/procedures.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ Blockly.ScratchBlocks.ProcedureUtils.createArgumentEditor_ = function(
700700
}
701701
newBlock.setFieldValue(displayName, 'TEXT');
702702
newBlock.setShadow(true);
703+
newBlock.setColour(...this.color);
703704
if (!this.isInsertionMarker()) {
704705
newBlock.initSvg();
705706
newBlock.render(false);

0 commit comments

Comments
 (0)