From 2ccc990ee493ad5a34b5e2552f74720644f5ff96 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 12 Mar 2020 13:54:54 +0100 Subject: [PATCH] Document change of wxAuiMDIChildFrame base class This should have been done in c1bcf16eb92db20db9dd2842e0facc116cbdb0c7. --- docs/changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 0a3166c432..71302bc854 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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 ????-??-??) ----------------------------