From 2dfb24a15e7af2f76867ec69bbcd02b0f92988da Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 18 Jul 2016 12:55:23 +0800 Subject: [PATCH] Roo/grid/GridView.js --- Roo/grid/GridView.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/grid/GridView.js b/Roo/grid/GridView.js index 06cc6e2543..51f0e22238 100644 --- a/Roo/grid/GridView.js +++ b/Roo/grid/GridView.js @@ -1638,6 +1638,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, { this.footerPanel.setWidth(csize.width); var hdHeight = this.mainHd.getHeight(); + Roo.log(hdHeight); var vw = csize.width; var vh = csize.height - (tbh + bbh); -- 2.39.2