Logged fix for wxChoicebook controller centring

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2007-11-07 14:01:43 +00:00
parent aafc8ff13c
commit b930b63769

View File

@@ -95,6 +95,7 @@ All (GUI):
- wxGraphicsContext implementations now all have the pixel's center at (0.5,0.5),
avoiding differences in anti-aliasing between platforms.
- wxChoicebook now vertically centres a left-aligned controller.
wxMSW: