Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 3, 2024
1 parent d111ee5 commit c331311
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions XgDictList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ XgDictListDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
// 辞書を指定する。
xg_dict_name = szPath;

// ステータスバーを更新。
XgUpdateStatusBar(xg_hMainWnd);

// 再読み込み。
XgDictList_ReloadList(hwnd);
}
Expand Down

0 comments on commit c331311

Please sign in to comment.