Improve wxNotebook themed background drawing

Use GetThemeBackgroundContentRect() to properly draw the themed notebook
background in all configurations.

Closes #18156.
This commit is contained in:
Vadim Zeitlin
2018-08-18 15:44:43 +02:00
parent 151309b2e4
commit 617a15d418
3 changed files with 29 additions and 8 deletions

View File

@@ -130,6 +130,7 @@ wxMSW:
- Support MSVC auto-linking when using monolithic build too (PB).
- Implement wxFontDialog::SetTitle() (Vitaly Stakhovsky).
- Fix build in ANSI (non-Unicode) mode.
- Improve wxNotebook themed background drawing (Arrigo Marchiori).
wxOSX: