Roo/menu/DateMenu.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 08:58:15 +0000 (16:58 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 08:58:15 +0000 (16:58 +0800)
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);
 };