1
0
Fork 0
forked from 0x2620/oxjs

make dialog fire resize events after maximize and reset

This commit is contained in:
rlx 2011-10-11 10:34:02 +00:00
commit e5d0c3fd20
2 changed files with 8 additions and 1 deletions

View file

@ -1139,7 +1139,6 @@ Ox.Calendar = function(options, self) {
self.options.width = that.width();
self.options.height = that.height();
self.$zoomInput.options({size: self.options.width});
getLines();
renderCalendar();
return that;
};