git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26145
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// the combobox should be slightly larger than the widest string
wChoice += 5*GetCharWidth();
// the combobox should be slightly larger than the widest string
wChoice += 5*GetCharWidth();
- // +5 is magic but seems to work well
- return wxSize(wChoice, GetCharHeight() + 5);
+ return wxSize(wChoice, EDIT_HEIGHT_FROM_CHAR_HEIGHT(GetCharHeight()));
}
WXLRESULT wxChoice::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)
}
WXLRESULT wxChoice::MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam)