git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65734
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxString value = GetValue();
wxPoint pos = GetPosition();
wxSize size = GetSize();
wxString value = GetValue();
wxPoint pos = GetPosition();
wxSize size = GetSize();
+ size.y = GetBestSize().y;
wxArrayString strings = GetStrings();
wxComboBox::DoClear();
wxArrayString strings = GetStrings();
wxComboBox::DoClear();
{
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
}
{
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
}
+
+ ::SendMessage(GetHwnd(), CB_SETITEMHEIGHT, 0, MeasureItem(0));
}
wxBitmapComboBox::~wxBitmapComboBox()
}
wxBitmapComboBox::~wxBitmapComboBox()