]> git.saurik.com Git - wxWidgets.git/commitdiff
onsize event not needed anymore
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 Nov 2004 06:04:59 +0000 (06:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 16 Nov 2004 06:04:59 +0000 (06:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30559 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/listbox.cpp

index 975813fb26e9cc3c6f4f1f74ce3b0061974f103c..70035a81c2453d8edb6c032bef9fe3ec44959ea0 100644 (file)
@@ -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()