X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2FBorderLayout.js;h=aeda210f7c200362e509c851de83886ab41bfa94;hb=0b69a11b1055a6d3a3fd0719bdd58b5a235de0e4;hp=fce85e798e5316cbb0e4bea94bc49d75c7c17be0;hpb=4ffa215ebce8b9dee7ba693702ece1fb19a08e55;p=roojs1 diff --git a/Roo/BorderLayout.js b/Roo/BorderLayout.js index fce85e798e..aeda210f7c 100644 --- a/Roo/BorderLayout.js +++ b/Roo/BorderLayout.js @@ -122,9 +122,10 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, { * Performs a layout update. */ layout : function(){ - if(this.updating) return; + if(this.updating) { + return; + } var size = this.getViewSize(); - var w = size.width; var h = size.height; var centerW = w; @@ -194,8 +195,6 @@ Roo.extend(Roo.BorderLayout, Roo.LayoutManager, { //if(this.hideOnLayout){ //center.el.setStyle("display", "block"); //} - Roo.log('center box !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1'); - Roo.log(centerBox); center.updateBox(this.safeBox(centerBox)); } this.el.repaint();