fix wxGTK1 compilation after wxTextEntry DoGetValue() change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59292 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -596,7 +596,7 @@ void wxComboBox::SetSelection( int n )
|
||||
EnableEvents();
|
||||
}
|
||||
|
||||
wxString wxComboBox::GetValue() const
|
||||
wxString wxComboBox::DoGetValue() const
|
||||
{
|
||||
GtkEntry *entry = GTK_ENTRY( GTK_COMBO(m_widget)->entry );
|
||||
wxString tmp( wxGTK_CONV_BACK( gtk_entry_get_text( entry ) ) );
|
||||
|
||||
Reference in New Issue
Block a user