소스 검색

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;