Document change of wxAuiMDIChildFrame base class

This should have been done in c1bcf16eb9.
This commit is contained in:
Vadim Zeitlin 2020-03-12 13:54:54 +01:00
parent 81309f083d
commit 2ccc990ee4

View File

@ -158,6 +158,9 @@ Changes in behaviour which may result in build errors
- wxAuiPaneButton doesn't exist any more, it was never supposed to be used
outside of the library, but if you did use, just use "int" button instead.
- wxAuiMDIChildFrame now inherits from wxFrame and not wxPanel, you will need
to change your code and XRC definitions accordingly.
3.1.4: (released ????-??-??)
----------------------------