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

index 1d8bcd7..7426282 100644 (file)
@@ -91,7 +91,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
             this.reloadItems();
             // this.stamps = []; // wtf are stamps?
             // this.initStamp(); //???
-            this.currentSize = this.el.getBox();
+            this.currentSize = this.el.getBox(true);
             
             /// was window resize... - let's see if this works..
             this.el.on('resize', this.resize, this);