Merge branch 'rtl-fixes'

Fix appearance of wxNotebook children background when using RTL locales.
This commit is contained in:
Vadim Zeitlin
2016-04-10 20:51:33 +02:00
3 changed files with 65 additions and 58 deletions

View File

@@ -178,11 +178,6 @@ protected:
// creates the brush to be used for drawing the tab control background
void UpdateBgBrush();
// common part of QueryBgBitmap() and MSWPrintChild()
//
// if child == NULL, draw background for the entire notebook itself
bool DoDrawBackground(WXHDC hDC, wxWindow *child = NULL);
#endif // wxUSE_UXTHEME
// these function are used for reducing flicker on notebook resize