Fixed MDI context menu event handling problem (Stefan Kowski)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-12-16 14:52:57 +00:00
parent 8bdc493773
commit 7dbe942aaa
2 changed files with 9 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ wxMSW:
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
- Removed wxImageList *GetImageList(int) const.
- Fixed MDI context menu problem.
wxGTK: