From f4ede9ca1b7a925357e48ff2783aaea78defbcec Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 9 Apr 2014 15:51:27 +0800 Subject: [PATCH] Roo/BorderLayout.js --- Roo/BorderLayout.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 01d756ab5f..b9842b3fe8 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -430,6 +430,9 @@ layout.addxtype({ if (region == 'center' && this.active && this.getRegion('center').panels.length < 1) { cfg.background = false; } + Roo.log('NestedLayoutPanel'); + Roo.log(el); + Roo.log(clayout); var layout = new Roo.BorderLayout(el, clayout); ret = new Roo[cfg.xtype](layout, cfg); // new panel!!!!! -- 2.39.2