]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
Avoid double destruction of wxTipWindow under wxOSX.
[wxWidgets.git] / src / gtk / combobox.cpp
index d29e2acb48d87f1bcb1f85e8d8f097ba1dc26ba6..e2bad2c0c40f8c4689b003b481e713d3b884a733 100644 (file)
@@ -187,8 +187,6 @@ bool wxComboBox::Create( wxWindow *parent, wxWindowID id, const wxString& value,
                           G_CALLBACK (gtkcombobox_popupshown_callback), this);
     }
 
-    SetInitialSize(size); // need this too because this is a wxControlWithItems
-
     return true;
 }