Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Wed, 6 Dec 2017 04:50:27 +0000 (12:50 +0800)
committeredward <edward@roojs.com>
Wed, 6 Dec 2017 04:50:27 +0000 (12:50 +0800)
Roo/bootstrap/panel/Content.js

index d8f4be6..b8b17df 100644 (file)
@@ -340,7 +340,8 @@ panel.load({
         if(this.toolbar){
             var te = this.toolbar.getEl();
             Roo.log(this.toolbar);
-            Roo.log(te.isVisible(true));
+            Roo.log(this.toolbar);
+            Roo.log(te.getHeight());
             height -= te.getHeight();
             te.setWidth(width);
         }