Roo/form/ComboBoxArray.js
authorAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:52:07 +0000 (13:52 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 2 May 2012 05:52:07 +0000 (13:52 +0800)
Roo/form/ComboBoxArray.js

index be18a5a..30595e6 100644 (file)
@@ -178,7 +178,9 @@ Roo.extend(Roo.form.ComboBoxArray, Roo.form.TextField,
     
     onResize: function(w, h){
         
-        //this.combo.onResize(w,h);
+        return;
+        // not sure if this is needed..
+        this.combo.onResize(w,h);
         
         if(typeof w != 'number'){
             // we do not handle it!?!?