X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1b5dd559600a58350edd30b0762e6573b1b47a1..1a2df6a75b3d96b35e29b1cf392758cbeeef93e0:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 9862a02889..9657620a73 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -149,6 +149,11 @@ Changes in behaviour not resulting in compilation errors, please read this! new constructors taking wxSize for the gap argument is preferred. The same applies to wxFlexGridSizer as well. +- wxBoxSizer::AddSpacer(x) now adds space in the direction of the sizer only + and not in both this and the orthogonal directions. This behaviour is what + most of the people expect but if you really relied on this overload adding + space in both directions you should change your code to use AddSpacer(x, x). + Changes in behaviour which may result in compilation errors -----------------------------------------------------------