Browse Source

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

rich2014 1 month ago
parent
commit
a9b269838a
1 changed files with 1 additions and 0 deletions
  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;