Comment 8 for bug 1829640

Revision history for this message
Jeff Young (jeyjey) wrote :

Hmm... could you put a breakpoint at line 436 of wxWidgets/src/msw/toplevel.cpp and see if it gets there?

On my version line 436 is the middle one here:

        case WM_INITMENUPOPUP:
            processed = HandleMenuPopup(wxEVT_MENU_OPEN, (WXHMENU)wParam);
            break;