Reset the parent MDI menu after destroying MDI child in wxMSW

This is necessary to avoid menu corruption in case the child creation fails.

Closes #17315.
This commit is contained in:
Troels Knakkergaard
2016-03-05 04:04:20 +01:00
committed by Vadim Zeitlin
parent 2ae17ee168
commit bc6eba6043
2 changed files with 10 additions and 1 deletions

View File

@@ -66,6 +66,7 @@ All:
wxMSW:
- Fix crash when using wxCHMHelpController() in 64 bit builds (Xlord2).
- Fix MDI menu display after failure to create a child frame (troelsk).
wxOSX: