Fix inputmap dialog exit

This commit is contained in:
Toni Wilen 2023-10-21 18:47:01 +03:00
parent b81b1bcf65
commit 5ec143e3c3

View File

@ -19654,6 +19654,7 @@ static INT_PTR CALLBACK InputMapDlgProc (HWND hDlg, UINT msg, WPARAM wParam, LPA
case IDC_INPUTMAP_EXIT:
pages[INPUTMAP_ID] = NULL;
DestroyWindow (hDlg);
recursive--;
return TRUE;
case IDC_INPUTMAP_TEST:
inputmap_port_remap = -1;