mirror of
https://github.com/google/blockly.git
synced 2026-01-09 01:50:11 +01:00
Fix bad reference
This commit is contained in:
@@ -141,7 +141,7 @@ Blockly.Icon.prototype.iconClick_ = function(e) {
|
||||
*/
|
||||
Blockly.Icon.prototype.applyColour = function() {
|
||||
if (this.isVisible()) {
|
||||
this.bubble_.setColour(this.block_.pathObject.primaryColour);
|
||||
this.bubble_.setColour(this.block_.style.colourPrimary);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user