examples/layout/calendar.html
authorAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:30:37 +0000 (18:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Apr 2014 10:30:37 +0000 (18:30 +0800)
Roo/grid/Calendar.js

Roo/grid/Calendar.js

index e8eae23..9bc745a 100644 (file)
@@ -753,7 +753,7 @@ Roo.extend(Roo.grid.Calendar, Roo.grid.Grid, {
         this.cells.each(function(c) {
             Roo.log(Math.max(34, (c.rows || 1)* 20));
             Roo.log(c.select('.fc-day-content div',true).first());
-            c.select('.fc-day-content div',true).first().setHeight(Math.max(34, c.rows * 20));
+            c.select('.fc-day-content div',true).first().setHeight(Math.max(34, (c.rows || 1) * 20));
         });
         
         for (var e = 0; e < this.calevents.length; e++) {