From 4b72e6163ff65cd784bd0da3041425ef0e1e0efb Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 7 Dec 2018 14:37:04 +0800 Subject: [PATCH] Roo/bootstrap/layout/Border.js --- Roo/bootstrap/layout/Border.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Roo/bootstrap/layout/Border.js b/Roo/bootstrap/layout/Border.js index 71c57daa61..c3633d8b03 100644 --- a/Roo/bootstrap/layout/Border.js +++ b/Roo/bootstrap/layout/Border.js @@ -295,6 +295,11 @@ layout.addxtype({ delete cfg.items; } var nb = false; + + if (cfg.region == 'center') { + Roo.log(cfg.title); + } + switch(cfg.xtype) { -- 2.39.2