From b5844c45e2152c23c18297d5cb2aa7062e3ad135 Mon Sep 17 00:00:00 2001 From: Neil Fraser Date: Fri, 9 Oct 2015 15:32:21 -0700 Subject: [PATCH] Fix images on blocks that are created collaped. Issue #190. --- blockly_compressed.js | 4 ++-- core/field_image.js | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/blockly_compressed.js b/blockly_compressed.js index 50d3a3ec8..0a17eef03 100644 --- a/blockly_compressed.js +++ b/blockly_compressed.js @@ -1173,8 +1173,8 @@ Blockly.FieldDropdown.prototype.trimOptions_=function(){this.suffixField=this.pr Blockly.FieldDropdown.prototype.getOptions_=function(){return goog.isFunction(this.menuGenerator_)?this.menuGenerator_.call(this):this.menuGenerator_};Blockly.FieldDropdown.prototype.getValue=function(){return this.value_};Blockly.FieldDropdown.prototype.setValue=function(a){this.value_=a;for(var b=this.getOptions_(),c=0;c