]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/control.cpp
Lots of OS/2 Updates mirroring msw updates
[wxWidgets.git] / src / mac / control.cpp
index df3790521ac6fdc21f547c9c520369da1dbe313d..8268b03c8bd330f30ab81154a84394cfbe15087e 100644 (file)
@@ -664,8 +664,9 @@ void wxControl::OnPaint(wxPaintEvent& event)
                                wxMacDrawingHelper help( win ) ;
                                // the mac control manager always assumes to have the origin at 0,0
                                SetOrigin( 0 , 0 ) ;
+
                                
-                               bool                    hasTabBehind = false ;
+                               bool hasTabBehind = false ;
                                wxWindow* parent = GetParent() ;
                                while ( parent )
                                {
@@ -684,7 +685,7 @@ void wxControl::OnPaint(wxPaintEvent& event)
                                        
                                        parent = parent->GetParent() ;
                                } 
-                               
+
                                UMADrawControl( m_macControl ) ;
                                UMASetThemeWindowBackground( win->MacGetWindowData()->m_macWindow , win->MacGetWindowData()->m_macWindowBackgroundTheme , false ) ;
                        }