X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e208b369f0b11a704248fbc1c8483cbc85f60fd1..aadbdf11bda695e2ca135ef1e4dc09d6c01d2521:/src/gtk1/combobox.cpp diff --git a/src/gtk1/combobox.cpp b/src/gtk1/combobox.cpp index 91ed541378..349ee758d2 100644 --- a/src/gtk1/combobox.cpp +++ b/src/gtk1/combobox.cpp @@ -583,14 +583,14 @@ void wxComboBox::OnChar( wxKeyEvent &event ) void wxComboBox::OnSize( wxSizeEvent &event ) { wxControl::OnSize( event ); + + return; -/* int w = 21; gtk_widget_set_usize( GTK_COMBO(m_widget)->entry, m_width-w-1, m_height ); gtk_widget_set_uposition( GTK_COMBO(m_widget)->button, m_x+m_width-w, m_y ); gtk_widget_set_usize( GTK_COMBO(m_widget)->button, w, m_height ); -*/ } void wxComboBox::ApplyWidgetStyle()