From 1a132b4215c10b1a2c324562c70b390000f96c2a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Jun 2017 14:46:07 +0800 Subject: [PATCH] Roo/bootstrap/layout/Border.js --- Roo/bootstrap/layout/Border.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/layout/Border.js b/Roo/bootstrap/layout/Border.js index f18b3f65bc..24655fb5ce 100644 --- a/Roo/bootstrap/layout/Border.js +++ b/Roo/bootstrap/layout/Border.js @@ -310,7 +310,7 @@ layout.addxtype({ break; */ - case 'NestedLayoutPanel': + case 'Nest': // create a new Layout (which is a Border Layout... var el = this.el.createChild(); var clayout = cfg.layout; @@ -319,7 +319,7 @@ layout.addxtype({ // replace this exitems with the clayout ones.. xitems = clayout.items; - + // force background off if it's in center... if (region == 'center' && this.active && this.getRegion('center').panels.length < 1) { cfg.background = false; } -- 2.39.2