We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7877bec commit 214210fCopy full SHA for 214210f
1 file changed
blocks_vertical/procedures.js
@@ -700,6 +700,7 @@ Blockly.ScratchBlocks.ProcedureUtils.createArgumentEditor_ = function(
700
}
701
newBlock.setFieldValue(displayName, 'TEXT');
702
newBlock.setShadow(true);
703
+ newBlock.setColour(...this.color);
704
if (!this.isInsertionMarker()) {
705
newBlock.initSvg();
706
newBlock.render(false);
0 commit comments