Browse Source

Bug 1599: Local directory tree cannot be controlled using keyboard

https://winscp.net/tracker/1599

Source commit: ae5c2ea621965c7e42b6b69d39ff326a1c822f6c
Martin Prikryl 7 years ago
parent
commit
a39675f531
2 changed files with 2 additions and 0 deletions
  1. 1 0
      source/forms/ScpCommander.dfm
  2. 1 0
      source/packages/filemng/DriveView.pas

+ 1 - 0
source/forms/ScpCommander.dfm

@@ -1620,6 +1620,7 @@ inherited ScpCommanderForm: TScpCommanderForm
       WatchDirectory = True
       DirView = LocalDirView
       OnRefreshDrives = LocalDriveViewRefreshDrives
+      OnBusy = DirViewBusy
       OnDDDragEnter = LocalFileControlDDDragEnter
       OnDDDragLeave = FileControlDDDragLeave
       OnDDDragOver = LocalFileControlDDDragOver

+ 1 - 0
source/packages/filemng/DriveView.pas

@@ -326,6 +326,7 @@ type
       write FOnDisplayContextMenu;
     property OnRefreshDrives: TNotifyEvent read FOnRefreshDrives
       write FOnRefreshDrives;
+    property OnBusy;
 
     property DDLinkOnExeDrag;