Roo/bootstrap/panel/Nest.js
authorAlan Knowles <alan@roojs.com>
Wed, 30 Aug 2017 04:29:30 +0000 (12:29 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 30 Aug 2017 04:29:30 +0000 (12:29 +0800)
Roo/bootstrap/panel/Nest.js

index 4874553..c916b37 100644 (file)
@@ -43,7 +43,7 @@ Roo.extend(Roo.bootstrap.panel.Nest, Roo.bootstrap.panel.Content, {
         if(!this.ignoreResize(width, height)){
             var size = this.adjustForComponents(width, height);
             var el = this.layout.getEl();
-            el.setSize(size.width, size.height);
+            el.setSize(size.width, size.height || null);
             var touch = el.dom.offsetWidth;
             this.layout.layout();
             // ie requires a double layout on the first pass