mirror of
https://github.com/google/blockly.git
synced 2026-06-16 16:15:14 +02:00
Fix bad reference
This commit is contained in:
+1
-1
@@ -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