From: Alan Knowles Date: Fri, 7 Feb 2020 04:33:05 +0000 (+0800) Subject: Roo/form/ComboNested.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=38055287bc80ec45f7b270596c2e7a8e36943b42;p=roojs1 Roo/form/ComboNested.js --- diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index aaffcc6c24..31f86b0620 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -245,6 +245,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { this.stores[opts.list+1].loadData( typeof(rec.data.cn) == 'undefined' ? [] : rec.data.cn); this.views[opts.list+1].getEl().setHeight( this.innerLists[0].getHeight()); + this.innerLists[opts.list+1].setHeight( this.innerLists[0].getHeight()); }