roojs-debug.js
authorChris <chris@roojs.com>
Tue, 16 Oct 2012 09:30:05 +0000 (17:30 +0800)
committerChris <chris@roojs.com>
Tue, 16 Oct 2012 09:30:05 +0000 (17:30 +0800)
roojs-debug.js

index 58a0e7e..301cdaf 100644 (file)
@@ -36057,7 +36057,7 @@ Roo.menu.DateMenu = function(config){
 
     this.on('beforeshow', function(){
         if(this.picker){
-            this.picker.hideMonthPicker(true);
+            this.picker.hideMonthPicker(false);
         }
     }, this);
 };