X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..dd12575372f29ff5f44cffca2540fcc6ca3c799e:/src/gtk/combobox.cpp diff --git a/src/gtk/combobox.cpp b/src/gtk/combobox.cpp index 2972a0a998..f7950f67bf 100644 --- a/src/gtk/combobox.cpp +++ b/src/gtk/combobox.cpp @@ -779,4 +779,11 @@ wxSize wxComboBox::DoGetBestSize() const return ret; } +// static +wxVisualAttributes +wxComboBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) +{ + return GetDefaultAttributesFromGTKWidget(gtk_combo_new, true); +} + #endif