Roo/BorderLayout.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 13 Dec 2011 06:14:29 +0000 (14:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 13 Dec 2011 06:14:29 +0000 (14:14 +0800)
Roo/BorderLayout.js

index 8fede24..1bc26b4 100644 (file)
@@ -486,7 +486,7 @@ layout.addxtype({
             }
             
         });
-        this.endUpdate();
+  
         // make the last non-background panel active..
         //if (nb) { Roo.log(nb); }
         if (nb) {
@@ -498,6 +498,7 @@ layout.addxtype({
                 }
             }
         }
+        this.endUpdate();
         return ret;
         
     }