From 393b27add0bc2660afff00efb966dc7531c7d932 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 16 Nov 2004 06:04:59 +0000 Subject: [PATCH] onsize event not needed anymore git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/listbox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/listbox.cpp b/src/mac/carbon/listbox.cpp index 975813fb26..70035a81c2 100644 --- a/src/mac/carbon/listbox.cpp +++ b/src/mac/carbon/listbox.cpp @@ -28,7 +28,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl) BEGIN_EVENT_TABLE(wxListBox, wxControl) #ifndef __WXMAC_OSX__ - EVT_SIZE( wxListBox::OnSize ) +// EVT_SIZE( wxListBox::OnSize ) EVT_CHAR( wxListBox::OnChar ) #endif END_EVENT_TABLE() -- 2.45.2