浏览代码

Bug fix: Duplicate command in remote file context menu operated over selected files instead of the focused file

Source commit: d65d3f08b7aa842cbc5e542005dae3e5d6283d98
Martin Prikryl 5 年之前
父节点
当前提交
e2299d21f9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      source/forms/NonVisual.dfm

+ 1 - 1
source/forms/NonVisual.dfm

@@ -34,7 +34,7 @@ object NonVisualDataModule: TNonVisualDataModule
       end
     end
     object Duplicate3: TTBXItem
-      Action = RemoteCopyToAction
+      Action = RemoteCopyToFocusedAction
     end
     object Moveto6: TTBXItem
       Action = RemoteMoveToFocusedAction