Skip to content

Commit

Permalink
sync dialogs 4
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 2, 2024
1 parent 9bf8709 commit 714e37e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions XgViewSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ XgViewSettingsDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
return TRUE;

case WM_COMMAND:
// 変更があれば「更新」ボタンを有効にする。
switch (LOWORD(wParam))
{
case chx1:
Expand All @@ -119,6 +120,7 @@ XgViewSettingsDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
case chx12:
case chx13:
case chx14:
case chx15:
if (HIWORD(wParam) == BN_CLICKED)
PropSheet_Changed(GetParent(hwnd), hwnd);
break;
Expand Down

0 comments on commit 714e37e

Please sign in to comment.