From 3d29208ca2d2bb15caef65baf653c516ee4f147e Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 9 Sep 2017 16:59:30 -0700 Subject: [PATCH] Add changelog item for the SizedControls fix. --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3617f181..6dee9c7f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -78,6 +78,10 @@ Changes in this release include the following: * Fix other instances of list.sort using old cmp-style ordering functions. (#508) +* Update SizedControls to do a sanity check on the parent's sizer, as GetSizer + can return None for SizedParent under certain circumstances, such as when + AUI reparents the control during pane movement. (#523) +