mirror of
https://github.com/valinet/ExplorerPatcher.git
synced 2024-11-24 07:30:22 +01:00
Fixed keyboard not activating sections 8 and 9
This commit is contained in:
parent
8f9ecf68e4
commit
0a64066724
@ -1444,7 +1444,7 @@ static LRESULT CALLBACK GUI_WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPAR
|
||||
return 0;
|
||||
}
|
||||
// this should be determined from the file, but for now it works
|
||||
else if (wParam >= 0x30 + 1 && wParam <= 0x30 + 7)
|
||||
else if (wParam >= 0x30 + 1 && wParam <= 0x30 + 9)
|
||||
{
|
||||
_this->tabOrder = 0;
|
||||
_this->section = wParam - 0x30 - 1;
|
||||
|
Loading…
Reference in New Issue
Block a user