From 8e3b807a42b33859b473e7b81a738d8b9b21fac9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 13 Dec 2011 14:15:39 +0800 Subject: [PATCH] Roo/BorderLayout.js --- Roo/BorderLayout.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index 61b29aac66..330253d65c 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -486,7 +486,8 @@ layout.addxtype({ } }); - + this.endUpdate(); + // make the last non-background panel active.. //if (nb) { Roo.log(nb); } if (nb) { @@ -498,7 +499,6 @@ layout.addxtype({ } } } - this.endUpdate(); return ret; } -- 2.39.2