Roo/bootstrap/LayoutMasonry.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Oct 2015 11:15:46 +0000 (19:15 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Oct 2015 11:15:46 +0000 (19:15 +0800)
Roo/bootstrap/LayoutMasonry.js

index 2e09cfc..0c75a36 100644 (file)
@@ -225,6 +225,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         var size = this._getContainerSize();
         if ( size ) {
             this.el.setSize(size.width,size.height);
+            this.boxesEl.setSize(size.width,size.height);
         }
     },