diff --git a/GUI.cpp b/GUI.cpp index f55029e..ab3fadc 100644 --- a/GUI.cpp +++ b/GUI.cpp @@ -2117,6 +2117,9 @@ BOOL XgImportLooks(HWND hwnd, LPCWSTR pszFileName) xg_strDoubleFrameLetters = str; } + // イメージを更新する。 + XgUpdateImage(hwnd); + return TRUE; } diff --git a/HISTORY.txt b/HISTORY.txt index 0810517..70e3784 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -312,6 +312,7 @@ - Able to play a sound file when generation is successful, fails, or cancelled. - 2024-XX-YY ver.5.2.3 - Added "Open app folder" item to "Advanced" settings. + - Fixed the board not updating when dropping a LOOKS file. # 開発履歴 (Japanese) @@ -943,3 +944,4 @@ - 2024年XX月YY日 ver.5.2.3 - ReadMeを更新。 - 上級者向け設定に「アプリのフォルダを開く」を追加。 + - LOOKSファイルをドロップしたときに盤面が更新されなかったのを修正。