X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4114d0af4f09cca11a19121b0c4fcf4e9a2ad72c..1ec46a5b35233f3c69c5b73e4b0b36f44c650633:/src/mac/control.cpp diff --git a/src/mac/control.cpp b/src/mac/control.cpp index df3790521a..8268b03c8b 100644 --- a/src/mac/control.cpp +++ b/src/mac/control.cpp @@ -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 ) ; }