Merge branch 'progress-dialog-fixes'

Make native MSW wxProgressDialog much more usable and some minor
improvements to the generic version.
This commit is contained in:
Vadim Zeitlin
2017-11-17 17:58:03 +01:00
10 changed files with 545 additions and 196 deletions

View File

@@ -223,6 +223,7 @@ wxMSW:
- Fix updating radio groups when non-radio item is inserted to wxMenu.
- Fix autoselecting the contents of wxTextCtrl with wxWANTS_CHARS style.
- Implement SetIcon(), SetPosition(), GetPosition() for native wxProgressDialog.
- Fix focus-related problems when using native wxProgressDialog.
- Fix crash when reparenting the currently focused window to another TLW.
wxOSX: