mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 01:07:57 -06:00
Tech ENABLE_DRAG_AND_DROP_FIX -> Apply dialog implemented with 808c43cb4b
also to drag and drop of project files into application executable
This commit is contained in:
parent
288dbfd0d8
commit
44fe3b8a00
4 changed files with 223 additions and 14 deletions
|
@ -542,7 +542,6 @@ static void register_win32_device_notification_event()
|
|||
});
|
||||
|
||||
wxWindow::MSWRegisterMessageHandler(WM_COPYDATA, [](wxWindow* win, WXUINT /* nMsg */, WXWPARAM wParam, WXLPARAM lParam) {
|
||||
|
||||
COPYDATASTRUCT* copy_data_structure = { 0 };
|
||||
copy_data_structure = (COPYDATASTRUCT*)lParam;
|
||||
if (copy_data_structure->dwData == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue