Use correct parent for more native modal dialogs in wxMSW

Ensure that the correct parent is used when no parent is explicitly specified
by calling GetParentForModalDialog().

This generalizes baff0c942b (see #17384) to the
rest of the modal dialogs (wxMessageDialog already did this).

Closes #17146.
This commit is contained in:
Andreas Falkenhahn
2016-02-21 14:44:23 +01:00
committed by Vadim Zeitlin
parent 5a92181ac1
commit e4fce9089e
5 changed files with 15 additions and 15 deletions

View File

@@ -212,6 +212,7 @@ wxMSW:
- Fix wxPrintf() and friends when using MinGW with ANSI stdio option.
- Fix strike-through support in wxFont with GDI+ (David Vanderson).
- Fix UTF-32 conversion for non-BMP characters (ARATA Mizuki).
- Use correct parent for the native modal dialogs (Andreas Falkenhahn).
wxOSX/Cocoa: