Worked around font setting problem for GTK+1 on some
distributions. This is a workaround for wxGrid only. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30037 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -733,6 +733,7 @@ void wxComboBox::OnSize( wxSizeEvent &event )
|
||||
void wxComboBox::DoApplyWidgetStyle(GtkRcStyle *style)
|
||||
{
|
||||
// gtk_widget_modify_style( GTK_COMBO(m_widget)->button, syle );
|
||||
|
||||
gtk_widget_modify_style( GTK_COMBO(m_widget)->entry, style );
|
||||
gtk_widget_modify_style( GTK_COMBO(m_widget)->list, style );
|
||||
|
||||
|
Reference in New Issue
Block a user