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