force measure sizes if container is visible but width is 0

This commit is contained in:
nightwing 2013-07-26 23:17:12 +04:00
commit 524930a2c7

View file

@ -738,6 +738,8 @@ var VirtualRenderer = function(container, theme) {
changes |= this.$changes;
this.$changes = 0;
}
if (!this.$size.width)
return this.onResize(true);
// this.$logChanges(changes);