Roo/grid/GridView.js
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 04:57:56 +0000 (12:57 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 04:57:56 +0000 (12:57 +0800)
Roo/grid/GridView.js

index 2921f8d..17dbd29 100644 (file)
@@ -1647,7 +1647,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
         Roo.log(hasLock);
         var ltWidth = hasLock ?
                       Math.max(this.getLockedTable().offsetWidth, this.lockedHd.dom.firstChild.offsetWidth) : 0;
-
+        Roo.log(ltWidth);
         var scrollHeight = bt.offsetHeight;
         var scrollWidth = ltWidth + bt.offsetWidth;
         var vscroll = false, hscroll = false;