Don't pass wxALIGN_ flags to wxButton

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2006-01-18 09:16:59 +00:00
parent 48ba35c357
commit 4ee8e5cde3

View File

@@ -341,7 +341,7 @@ void ButtonWidgetsPage::CreateButton()
// fall through
case ButtonVAlign_Centre:
flags |= wxALIGN_CENTRE_VERTICAL;
// centre vertical alignment is the default (no style)
break;
case ButtonVAlign_Bottom: