From: s_kawamoto Date: Wed, 2 Nov 2011 04:22:09 +0000 (+0900) Subject: Change behavior of drag and drop from local file list view. X-Git-Url: http://git.sourceforge.jp/view?p=ffftp%2Fffftp.git;a=commitdiff_plain;h=cd7b3b55ccd9165aca817bfdcde8641112ae1e30 Change behavior of drag and drop from local file list view. --- diff --git a/FFFTP_Eng_Release/FFFTP.exe b/FFFTP_Eng_Release/FFFTP.exe index de8f4b1..947dd3b 100644 Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ diff --git a/Release/FFFTP.exe b/Release/FFFTP.exe index 38cb910..314d10b 100644 Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ diff --git a/filelist.c b/filelist.c index 65263b1..813da3d 100644 --- a/filelist.c +++ b/filelist.c @@ -854,7 +854,10 @@ static LRESULT FileListCommonWndProc(HWND hWnd, UINT message, WPARAM wParam, LPA PathDir = LocDir; FileListBase = NULL; - MakeSelectedFileList(WIN_LOCAL, YES, NO, &FileListBase, &CancelFlg); + // ローカル側からアプリケーションにD&Dできないバグ修正 +// MakeSelectedFileList(WIN_LOCAL, YES, NO, &FileListBase, &CancelFlg); + MakeSelectedFileList(WIN_LOCAL, NO, NO, &FileListBase, &CancelFlg); + FileListBaseNoExpand = FileListBase; } else if (hWndDragStart == hWndListRemote) { GetCursorPos(&Point);