Roo/grid/GridView.js
authoredward <edward@roojs.com>
Thu, 19 May 2016 05:07:39 +0000 (13:07 +0800)
committeredward <edward@roojs.com>
Thu, 19 May 2016 05:07:39 +0000 (13:07 +0800)
Roo/grid/GridView.js

index eb70990..ee56b4f 100644 (file)
@@ -1461,9 +1461,9 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
         },this);
 
         this.scroller.on("scroll", this.handleScroll, this);
-//        
-//        this.lockedBody.on("mousewheel", this.handleWheel, this);
-//        this.mainBody.on("mousewheel", this.handleWheel, this);
+        
+        this.lockedBody.on("mousewheel", this.handleWheel, this);
+        this.mainBody.on("mousewheel", this.handleWheel, this);
 
         this.mainHd.on("mouseover", this.handleHdOver, this);
         this.mainHd.on("mouseout", this.handleHdOut, this);