mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Synchronize directories - the vertical scroll bar will not update the content of the list view when dragged with the mouse (fixes #1855)
(cherry picked from commit 62dd19e08b)
This commit is contained in:
parent
d2a8eb26a0
commit
2afd36d602
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ object frmSyncDirsDlg: TfrmSyncDirsDlg
|
|||
FixedCols = 0
|
||||
FixedRows = 0
|
||||
MouseWheelOption = mwGrid
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect, goSmoothScroll, goHeaderPushedLook, goDontScrollPartCell, goRowHighlight]
|
||||
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect, goThumbTracking, goSmoothScroll, goHeaderPushedLook, goDontScrollPartCell, goRowHighlight]
|
||||
ParentFont = False
|
||||
PopupMenu = pmGridMenu
|
||||
RangeSelectMode = rsmMulti
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue