]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/iphone/stattext.mm
Update version to 2.9.4 in version.bkl too and rebake everything.
[wxWidgets.git] / src / osx / iphone / stattext.mm
index b98f9327d4574807805054aa30d9ef813ad1deb2..d63502f1e11599583645948fb45be2ca21a6fbef 100644 (file)
@@ -1,10 +1,10 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/osx/cocoa/stattext.mm
+// Name:        src/osx/iphone/stattext.mm
 // Purpose:     wxStaticText
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     04/01/98
 // Purpose:     wxStaticText
 // Author:      Stefan Csomor
 // Modified by:
 // Created:     04/01/98
-// RCS-ID:      $Id: stattext.cpp 54845 2008-07-30 14:52:41Z SC $
+// RCS-ID:      $Id$
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 // Copyright:   (c) Stefan Csomor
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -79,7 +79,8 @@ wxWidgetImplType* wxWidgetImpl::CreateStaticText( wxWindowMac* wxpeer,
 {
     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() )
     {