Merge branch 'window-create-disabled'

Make calling wxWindow::Disable() before wxWindow::Create() work.

See https://github.com/wxWidgets/wxWidgets/pull/1071

Closes #16385.
This commit is contained in:
Vadim Zeitlin
2018-12-12 18:24:10 +01:00
17 changed files with 88 additions and 42 deletions

View File

@@ -111,6 +111,7 @@ Changes in behaviour which may result in build errors
All (GUI):
- Fix wxInfoBar close button size in high DPI (Stefan Ziegler).
- Make disabling the window before creating it actually work.
3.1.2: (released 2018-12-10)