Roo/menu/DateMenu.js
[roojs1] / Roo / menu / DateMenu.js
index 01ef6aa..172566a 100644 (file)
@@ -38,7 +38,7 @@ Roo.menu.DateMenu = function(config){
 
     this.on('beforeshow', function(){
         if(this.picker){
-            this.picker.hideMonthPicker(true);
+            this.picker.hideMonthPicker(false);
         }
     }, this);
 };