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:
committed by
Vadim Zeitlin
parent
5a92181ac1
commit
e4fce9089e
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user