mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-14 21:09:05 +08:00
Merge pull request #5110 from RaiKoHoff/Dev_Master
Explicit update toolbar and titlebar on drag n drop file
This commit is contained in:
commit
f53d43fe66
@ -3741,6 +3741,7 @@ LRESULT MsgDropFiles(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
|
||||
DragFinish(hDrop);
|
||||
Path_Release(hdrop_pth);
|
||||
UpdateToolbar(hwnd);
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -238,7 +238,9 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
|
||||
#define VER_CPL MS Visual C++ 2022 v17.0.(0-1)
|
||||
#endif
|
||||
#elif (_MSC_VER == 1929)
|
||||
#if (_MSC_FULL_VER >= 192930153)
|
||||
#if (_MSC_FULL_VER >= 192930154)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.34
|
||||
#elif (_MSC_FULL_VER >= 192930153)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.33
|
||||
#elif (_MSC_FULL_VER >= 192930152)
|
||||
#define VER_CPL MS Visual C++ 2019 v16.11.(30-32)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user