Sfoglia il codice sorgente

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

rich2014 2 mesi fa
parent
commit
a9b269838a
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;