]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/choice.cpp
* When hiding a wxWindow make sure that none of its subviews are the first
[wxWidgets.git] / src / gtk1 / choice.cpp
index 0d50df554f9a5bc86ed56d9068352c34251c17a5..836a62ec62f848d66a7faf06959c49f55c39011a 100644 (file)
@@ -78,7 +78,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);
 }
 }