From 3e8df1f74924d8c67e7419d4ea3c37faa7e666c7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Apr 2014 18:37:14 +0800 Subject: [PATCH] Roo/grid/Calendar.js --- Roo/grid/Calendar.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Roo/grid/Calendar.js b/Roo/grid/Calendar.js index 34b0728c0f..67c5168f80 100644 --- a/Roo/grid/Calendar.js +++ b/Roo/grid/Calendar.js @@ -435,6 +435,9 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, { } }, setDate :function(date) { + + Roo.log('setDate?'); + this.resizeColumns(); var vd = this.activeDate; this.activeDate = date; -- 2.39.2