git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19521
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxSize wxChoice::DoGetBestSize() const
{
wxSize wxChoice::DoGetBestSize() const
{
- int lbWidth = 100; // some defaults
+ int lbWidth = GetCount() > 0 ? 20 : 100; // some defaults
int lbHeight = 20;
int wLine;
#if TARGET_CARBON
int lbHeight = 20;
int wLine;
#if TARGET_CARBON
wxSize wxChoice::DoGetBestSize() const
{
wxSize wxChoice::DoGetBestSize() const
{
- int lbWidth = 100; // some defaults
+ int lbWidth = GetCount() > 0 ? 20 : 100; // some defaults
int lbHeight = 20;
int wLine;
#if TARGET_CARBON
int lbHeight = 20;
int wLine;
#if TARGET_CARBON