#ifndef WX_PRECOMP
#include "wx/menu.h"
+ #include "wx/dcclient.h"
#endif
#include "wx/mac/uma.h"
SetSelection( 0 );
// Needed because it is a wxControlWithItems
- SetBestSize( size );
+ SetInitialSize( size );
return true;
}
wxCoord width, height ;
dc.GetTextExtent( wxT("X"), &width, &height);
int cx = width ;
+ lbHeight += 4;
#else
// And just a bit more
int cx = ::TextWidth( "X" , 0 , 1 ) ;