X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/55079b432bf9e46f9b19efa71462b32022ffcf5e..43c3922bb01aacbb1e2e85c0cd7009618c83434a:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 5e712b3e0a..6ec537bbf6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -26,6 +26,8 @@ wxMSW: - Worked around an apparent bug in deferred window positioning (moving a window from (x, y) to (a, b) and back to (x, y) misses the last step) by checking window positions against corresponding sizer state, if any. +- A control's text colour now reflects the system colour setting again. +- Fixed wxFileName::GetLongPath() to behave correctly during the first call too wxMac: