cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user