浏览代码

FIX: the issue with horizontal scrolling in File Panel, issue #2409

rich2014 1 月之前
父节点
当前提交
a9b269838a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/fileviews/ucolumnsfileview.pas

+ 1 - 0
src/fileviews/ucolumnsfileview.pas

@@ -1360,6 +1360,7 @@ begin
 
   Options := [goFixedVertLine, goFixedHorzLine, goTabs, goRowSelect, goColSizing,
               goThumbTracking, goSmoothScroll, goHeaderHotTracking, goHeaderPushedLook];
+  MouseWheelOption:= mwGrid;
 
   TitleStyle := gColumnsTitleStyle;
   TabStop := False;