From 481334aca4e25b4cb3e7605a04ed51b84ed11d27 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Wed, 24 May 2023 14:54:26 +0900 Subject: [PATCH] update image on drop files --- GUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GUI.cpp b/GUI.cpp index 142fce4..8ffee11 100644 --- a/GUI.cpp +++ b/GUI.cpp @@ -7376,8 +7376,8 @@ void MainWnd_OnDropFiles(HWND hwnd, HDROP hdrop) POINT pt; DragQueryPoint(hdrop, &pt); ClientToScreen(hwnd, &pt); - xg_canvasWnd.DoDropFile(xg_canvasWnd, hdrop, pt); + XgUpdateImage(hwnd); } // ウィンドウを閉じようとした。