X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/261a9107f0ce372c61b1e8c634e98cf7ad59a91e..c22eea9c9ff11cf122cebdd06f796ba6cc6e3ba0:/src/gtk/choice.cpp diff --git a/src/gtk/choice.cpp b/src/gtk/choice.cpp index 2e160d2287..294d977377 100644 --- a/src/gtk/choice.cpp +++ b/src/gtk/choice.cpp @@ -62,7 +62,7 @@ static void gtk_choice_clicked_callback( GtkWidget *WXUNUSED(widget), wxChoice * else if ( choice->HasClientUntypedData() ) event.SetClientData( choice->GetClientData(n) ); - choice->GetEventHandler()->ProcessEvent(event); + choice->HandleWindowEvent(event); } }