Skip to content

Commit

Permalink
update image on drop files
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed May 24, 2023
1 parent c7267c5 commit 481334a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

// ウィンドウを閉じようとした。
Expand Down

0 comments on commit 481334a

Please sign in to comment.