cleanup mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-11-16 21:04:50 +00:00
parent d447f7531d
commit 9d46359178
28 changed files with 62 additions and 1007 deletions

View File

@@ -56,10 +56,7 @@ bool wxTabCtrl::Create( wxWindow *parent,
tabsize = kControlTabSizeSmall ;
else if ( GetWindowVariant() == wxWINDOW_VARIANT_MINI )
{
if (UMAGetSystemVersion() >= 0x1030 )
tabsize = 3 ;
else
tabsize = kControlSizeSmall;
tabsize = 3 ;
}
m_peer = new wxMacControl( this );