From 5050fe77edaf80469b939cb372a65686f8f867ed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Feb 2020 14:59:12 +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 336442c798..abfa50d751 100644 --- a/Roo/form/ComboNested.js +++ b/Roo/form/ComboNested.js @@ -281,7 +281,7 @@ Roo.extend(Roo.form.ComboNested, Roo.form.ComboBox, { } var rec = view.store.getAt(ix[0]); - this.setFromData(rec.data) + this.setFromData(rec.data); var lw = Math.floor( ((this.listWidth * 3 || Math.max(this.wrap.getWidth(), this.minListWidth)) - this.list.getFrameWidth('lr')) / 3 -- 2.39.2