Don't compile the theme-using code in PaintForeground().
Closes #14511.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72184
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxMSWDCImpl *impl = (wxMSWDCImpl*) dc.GetImpl();
MSWDefWindowProc(WM_PAINT, (WPARAM)GetHdcOf(*impl), 0);
wxMSWDCImpl *impl = (wxMSWDCImpl*) dc.GetImpl();
MSWDefWindowProc(WM_PAINT, (WPARAM)GetHdcOf(*impl), 0);
// when using XP themes, neither setting the text colour nor transparent
// background mode doesn't change anything: the static box def window proc
// still draws the label in its own colours, so we need to redraw the text
// when using XP themes, neither setting the text colour nor transparent
// background mode doesn't change anything: the static box def window proc
// still draws the label in its own colours, so we need to redraw the text
drawTextFlags | DT_RTLREADING);
}
}
drawTextFlags | DT_RTLREADING);
}
}
}
void wxStaticBox::OnPaint(wxPaintEvent& WXUNUSED(event))
}
void wxStaticBox::OnPaint(wxPaintEvent& WXUNUSED(event))