Skip to content

Commit

Permalink
improve focus of EGA console
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Aug 2, 2024
1 parent e114252 commit 6e404e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MEgaDlg.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ class MEgaDlg : public MDialogBase
g_RES_select_name = (WORD)0;
g_RES_select_lang = BAD_LANG;
s_bEnter = TRUE;
::SetFocus(::GetDlgItem(hwnd, edt2));
}

void OnPsh1(HWND hwnd)
Expand Down

0 comments on commit 6e404e6

Please sign in to comment.