Skip to content

Commit

Permalink
Changed color of system block "bind"
Browse files Browse the repository at this point in the history
(because it generates a trigger)
  • Loading branch information
klein0r committed May 29, 2023
1 parent a33eeba commit 9913342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/google-blockly/own/blocks_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ Blockly.Blocks['direct'] = {

this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setColour(Blockly.System.HUE);
this.setColour(Blockly.Trigger.HUE);
this.setTooltip(Blockly.Translate('direct_tooltip'));
this.setHelpUrl(getHelp('direct_help'));
}
Expand Down

0 comments on commit 9913342

Please sign in to comment.