VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Main/Forms/KeyfilesPanel.cpp
diff options
context:
space:
mode:
authorEl Mostafa Idrassi <el-mostafa.idrassi@prestalab.net>2019-10-15 23:43:34 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2019-10-16 00:43:34 +0200
commitc90b45f88cf38eba34e8072ccc1771471a37f581 (patch)
tree155c0cb691dc240698a7d2a4f3251d123486ee04 /src/Main/Forms/KeyfilesPanel.cpp
parent2675a9c60e592607f2704f69987f8b4623ca7d69 (diff)
downloadVeraCrypt-c90b45f88cf38eba34e8072ccc1771471a37f581.tar.gz
VeraCrypt-c90b45f88cf38eba34e8072ccc1771471a37f581.zip
Fixed drag and drop not showing correct path, specifically under GTK-3. (#520)
Diffstat (limited to 'src/Main/Forms/KeyfilesPanel.cpp')
-rw-r--r--src/Main/Forms/KeyfilesPanel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Main/Forms/KeyfilesPanel.cpp b/src/Main/Forms/KeyfilesPanel.cpp
index 71077e81..c1f26d86 100644
--- a/src/Main/Forms/KeyfilesPanel.cpp
+++ b/src/Main/Forms/KeyfilesPanel.cpp
@@ -59,10 +59,8 @@ namespace VeraCrypt
SetDropTarget (new FileDropTarget (this));
KeyfilesListCtrl->SetDropTarget (new FileDropTarget (this));
-#ifdef TC_MACOSX
foreach (wxWindow *c, GetChildren())
c->SetDropTarget (new FileDropTarget (this));
-#endif
UpdateButtons();
}