found a hidden bug during review remark, not relative to the pr
This commit is contained in:
parent
3ba0ff084d
commit
781b7b8618
|
@ -360,6 +360,8 @@ LRESULT CALLBACK WndMain::WndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lP
|
|||
DrawLedBitmap(hwnd, true);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case WM_COMMAND:
|
||||
{
|
||||
switch (HIWORD(wParam)) {
|
||||
|
|
Loading…
Reference in New Issue