From 38d9176d9d9b2fa90373e1a06574d9a31da10862 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 12:32:23 +0800 Subject: [PATCH] Roo/form/ComboNested.js --- Roo/form/ComboNested.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/form/ComboNested.js b/Roo/form/ComboNested.js index 9a78fedd34..aaffcc6c24 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -244,7 +244,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { Roo.log(rec); this.stores[opts.list+1].loadData( typeof(rec.data.cn) == 'undefined' ? [] : rec.data.cn); - this.innerLists[opts.list+1].setHeight( this.innerLists[0].getHeight()); + this.views[opts.list+1].getEl().setHeight( this.innerLists[0].getHeight()); } -- 2.39.2