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

index 61b29aa..330253d 100644 (file)
@@ -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;
         
     }