• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

FFFTPのソースコードです。


Commit MetaInfo

Revisioncd7b3b55ccd9165aca817bfdcde8641112ae1e30 (tree)
Time2011-11-02 13:22:09
Authors_kawamoto <s_kawamoto@user...>
Commiters_kawamoto

Log Message

Change behavior of drag and drop from local file list view.

Change Summary

Incremental Difference

Binary files a/FFFTP_Eng_Release/FFFTP.exe and b/FFFTP_Eng_Release/FFFTP.exe differ
Binary files a/Release/FFFTP.exe and b/Release/FFFTP.exe differ
--- a/filelist.c
+++ b/filelist.c
@@ -854,7 +854,10 @@ static LRESULT FileListCommonWndProc(HWND hWnd, UINT message, WPARAM wParam, LPA
854854 PathDir = LocDir;
855855
856856 FileListBase = NULL;
857- MakeSelectedFileList(WIN_LOCAL, YES, NO, &FileListBase, &CancelFlg);
857+ // ローカル側からアプリケーションにD&Dできないバグ修正
858+// MakeSelectedFileList(WIN_LOCAL, YES, NO, &FileListBase, &CancelFlg);
859+ MakeSelectedFileList(WIN_LOCAL, NO, NO, &FileListBase, &CancelFlg);
860+ FileListBaseNoExpand = FileListBase;
858861
859862 } else if (hWndDragStart == hWndListRemote) {
860863 GetCursorPos(&Point);