X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/446e69bee56ce978cfb87d80a2f8c0e44ec61658..5d7792236f7e4fcbb94cdc2a5213e0c5788e8c28:/src/palmos/frame.cpp diff --git a/src/palmos/frame.cpp b/src/palmos/frame.cpp index 92e7cea81d..da9e70ede7 100644 --- a/src/palmos/frame.cpp +++ b/src/palmos/frame.cpp @@ -222,7 +222,7 @@ bool wxFrame::HandleMenuSelect(WXEVENTPTR event) wxCommandEvent commandEvent(wxEVT_COMMAND_MENU_SELECTED, item); commandEvent.SetEventObject(this); - GetEventHandler()->ProcessEvent(commandEvent); + HandleWindowEvent(commandEvent); return true; }