git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66776
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
CGRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
wxUILabel* v = [[wxUILabel alloc] initWithFrame:r];
{
CGRect r = wxOSXGetFrameForControl( wxpeer, pos , size ) ;
wxUILabel* v = [[wxUILabel alloc] initWithFrame:r];
+ v.backgroundColor = [UIColor clearColor];
+
UILineBreakMode linebreak = UILineBreakModeWordWrap;
if ( ((wxStaticText*)wxpeer)->IsEllipsized() )
{
UILineBreakMode linebreak = UILineBreakModeWordWrap;
if ( ((wxStaticText*)wxpeer)->IsEllipsized() )
{