Skip to content

Commit

Permalink
Fix #73
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 5, 2024
1 parent a2232eb commit 3a41d74
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2117,6 +2117,9 @@ BOOL XgImportLooks(HWND hwnd, LPCWSTR pszFileName)
xg_strDoubleFrameLetters = str;
}

// イメージを更新する。
XgUpdateImage(hwnd);

return TRUE;
}

Expand Down
2 changes: 2 additions & 0 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -943,3 +944,4 @@
- 2024年XX月YY日 ver.5.2.3
- ReadMeを更新。
- 上級者向け設定に「アプリのフォルダを開く」を追加。
- LOOKSファイルをドロップしたときに盤面が更新されなかったのを修正。

0 comments on commit 3a41d74

Please sign in to comment.